Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
drbh
/
hugex-gh
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hugex-gh
/
app
/
tailwind.css
drbh
Initial commit from create-remix
1b70735
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
180 Bytes
@tailwind
base;
@tailwind
components;
@tailwind
utilities;
html
,
body
{
@apply
bg-white
dark
:bg-gray-
950
;
@media
(
prefers-color-scheme
: dark) {
color
-scheme: dark;
}
}