Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rikunarita-2
/
Evolutionary-Model-Merger
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Evolutionary-Model-Merger
/
frontend
/
tailwind.config.js
rikunarita-2
Create tailwind.config.js
973c777
verified
1 day ago
raw
Copy download link
history
blame
contribute
delete
129 Bytes
module
.
exports
= {
content
: [
'./pages/**/*.{ts,tsx}'
,
'./components/**/*.{ts,tsx}'
],
theme
: {
extend
: {} },
plugins
: [],
};