Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TitanML
/
Model-Memory-Calculator
like
12
Running
App
Files
Files
Community
b8a35ca
Model-Memory-Calculator
/
tailwind.config.js
Gogryu
initial commit
47c0b4f
7 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
"./src/**/*.{js,jsx,ts,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}