Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nsarrazin
/
agents-js-oasst
like
5
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
65d7bbe
agents-js-oasst
/
tailwind.config.js
nsarrazin
first commit
57e16da
about 2 years ago
raw
Copy download link
history
blame
Safe
185 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {},
},
plugins
: [
require
(
'daisyui'
)
]
}