Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FlameF0X
/
Arch-Sim
like
0
Running
App
Files
Files
Community
main
Arch-Sim
/
tailwind.config.js
FlameF0X
Create tailwind.config.js
20f5a6e
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
181 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}