refactor: modules and css vars

This commit is contained in:
Lucas Larroche 2022-10-23 10:47:50 +07:00
parent 2e4d6c66ec
commit ce2ed6826d
46 changed files with 3874 additions and 3534 deletions

View file

@ -1,10 +1,12 @@
@use "sass:map";
@use "../settings" as *;
/**
* Section
* Responsive spacings for section
*/
@if map.get($modules, "layout/section") {
/**
* Section
*/
section {
margin-bottom: var(#{$}block-spacing-vertical);
section {
margin-bottom: var(#{$}block-spacing-vertical);
}
}