mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -04:00
Finally stopped all the sass compile warnings, changed the tab-size to 2, and added responsive .row, .col-*, and .offset-* classes, using display:gid, the same way bootsrap-5 is set up for the .row, .com-* and .offset* classes.
This commit is contained in:
parent
84ed38efc9
commit
fe78285302
249 changed files with 59188 additions and 594 deletions
|
@ -4,7 +4,7 @@
|
|||
// ––––––––––––––––––––
|
||||
|
||||
// Theme color
|
||||
$theme-color: "azure" !default; // amber, azure, blue, cyan, fuchsia, green, grey, indigo, jade, lime, orange, pink, pumpkin, purple, red, sand, slate, violet, yellow, zinc
|
||||
$theme-color: "lime" !default; // amber, azure, blue, cyan, fuchsia, green, grey, indigo, jade, lime, orange, pink, pumpkin, purple, red, sand, slate, violet, yellow, zinc
|
||||
|
||||
// Prefix for CSS variables
|
||||
$css-var-prefix: "--pico-" !default; // Must start with "--"
|
||||
|
@ -43,6 +43,8 @@ $enable-important: true !default;
|
|||
// :root is not wrapped
|
||||
$parent-selector: "" !default;
|
||||
|
||||
$row-columns: 12 !default;
|
||||
|
||||
// Breakpoints, viewports and root font size
|
||||
$breakpoints: () !default;
|
||||
$breakpoints: map.deep-merge(
|
||||
|
@ -108,6 +110,7 @@ $modules: map.merge(
|
|||
"layout/container": true,
|
||||
"layout/section": true,
|
||||
"layout/grid": true,
|
||||
"layout/row": true,
|
||||
"layout/overflow-auto": true,
|
||||
|
||||
// Content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue