Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
emad600
/
future-predictions
like
0
Running
App
Files
Files
Community
1
refs/pr/1
future-predictions
/
tailwind.config.js
emad600
Upload 12 files
8b7cd45
verified
2 months ago
raw
Copy download link
history
blame
Safe
170 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./index.html'
,
'./src/**/*.{js,ts,jsx,tsx}'
],
theme
: {
extend
: {},
},
plugins
: [],
};