feat: spacings multipliers disabled by default

This commit is contained in:
Lucas Larroche 2024-01-22 10:02:17 +07:00
parent 875207f082
commit 6ddb506eb8
5 changed files with 72 additions and 3 deletions

View file

@ -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;