Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cfahlgren1
/
SmolPilot
like
5
Running
App
Files
Files
Community
897726f
SmolPilot
/
postcss.config.mjs
cfahlgren1
HF staff
Initial commit from Create Next App
2e6ae7a
3 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;