Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vokturz
/
transformers-js-playground
like
2
Running
App
Files
Files
Community
2f35054
transformers-js-playground
/
tailwind.config.js
Vokturz
Refactor code for consistency and readability
9283c8b
about 1 month ago
raw
Copy download link
history
blame
Safe
154 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
'./src/**/*.{js,jsx,ts,tsx}'
],
theme
: {
extend
: {}
},
plugins
: []
};