feat: remove spacings multipliers

This commit is contained in:
Lucas Larroche 2024-01-22 09:35:18 +07:00
parent aaba94868f
commit 875207f082
11 changed files with 6 additions and 291 deletions

View file

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