Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
precison9
/
ex12
like
1
Running
App
Files
Files
Community
main
ex12
/
tailwind.config.js
precison9
Add/replace Space with my React Vite TypeScript app
6b154f5
5 months ago
raw
Copy download link
history
blame
contribute
delete
170 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./index.html'
,
'./src/**/*.{js,ts,jsx,tsx}'
],
theme
: {
extend
: {},
},
plugins
: [],
};