mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Prettify code
This commit is contained in:
parent
868e5d20cb
commit
5f6e3c1abd
59 changed files with 1079 additions and 1027 deletions
|
@ -9,7 +9,6 @@
|
|||
// Can be forced with data-theme="light"
|
||||
@import "docs/light";
|
||||
|
||||
|
||||
// Dark theme (Auto)
|
||||
// Automatically enabled if user has Dark mode enabled
|
||||
@import "docs/dark";
|
||||
|
@ -23,4 +22,4 @@
|
|||
// Enabled if forced with data-theme="dark"
|
||||
[data-theme="dark"] {
|
||||
@include dark;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue