Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
TwanAPI
/
123
like
0
Build error
App
Files
Files
Community
main
123
/
src
/
index.css
Twan07
Create src/index.css
97c06c3
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
148 Bytes
@tailwind
base;
@tailwind
components;
@tailwind
utilities;
.dark
{
@apply
bg-zinc-
950
text-white;
}
.light
{
@apply
bg-gray-
100
text-black;
}