mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Scss files organization
+ Slim version example
This commit is contained in:
parent
f8e51cb875
commit
434cbe02ac
28 changed files with 1329 additions and 300 deletions
|
@ -3,12 +3,10 @@
|
|||
*/
|
||||
|
||||
// Config
|
||||
@import "../../scss/colors";
|
||||
@import "../../scss/variables";
|
||||
|
||||
// Theming
|
||||
@import "themes/light";
|
||||
@import "themes/dark";
|
||||
@import "themes/docs";
|
||||
|
||||
// Layout
|
||||
@import "layout/main";
|
||||
|
@ -21,5 +19,4 @@
|
|||
|
||||
// Components
|
||||
@import "components/nav";
|
||||
//@import "components/card-code";
|
||||
@import "components/theme-switcher";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue