Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
radames
/
NYTimes-homepage-rearranged
like
14
Runtime error
App
Files
Files
Community
fdebd29
NYTimes-homepage-rearranged
/
client
/
postcss.config.cjs
radames
add tailwind
9d1ef4b
almost 3 years ago
raw
Copy download link
history
blame
Safe
82 Bytes
module
.
exports
= {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
}