mirror of
https://github.com/picocss/pico.git
synced 2025-04-29 12:29:13 -04:00
feat: spacings multipliers disabled by default
This commit is contained in:
parent
875207f082
commit
6ddb506eb8
5 changed files with 72 additions and 3 deletions
|
@ -20,6 +20,10 @@ $enable-semantic-container: false !default;
|
|||
// Fluid layout if disabled
|
||||
$enable-viewport: true !default;
|
||||
|
||||
// Enable responsive spacings for <header>, <main>, <footer>, <section>, <article>
|
||||
// Fixed spacings if disabled
|
||||
$enable-responsive-spacings: false !default;
|
||||
|
||||
// Enable responsive typography
|
||||
// Fixed root element size (rem) if disabled
|
||||
$enable-responsive-typography: true !default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue