Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaia-mistral
/
msa1
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
msa1
/
front
/
tailwind.config.js
zouhairk
init front
b681a44
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
170 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./index.html'
,
'./src/**/*.{js,ts,jsx,tsx}'
],
theme
: {
extend
: {},
},
plugins
: [],
};