Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
NYTimes-homepage-rearranged
like
14
Running
App
Files
Files
Community
4736ebf
NYTimes-homepage-rearranged
/
client
/
tailwind.config.cjs
radames
add tailwind
9d1ef4b
almost 3 years ago
raw
Copy download link
history
blame
Safe
113 Bytes
module
.
exports
= {
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {}
},
plugins
: []
};