mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
feat: remove spacings multipliers
This commit is contained in:
parent
aaba94868f
commit
875207f082
11 changed files with 6 additions and 291 deletions
|
@ -20,10 +20,6 @@ $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: true !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