mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
12 lines
184 B
SCSS
12 lines
184 B
SCSS
@use "sass:map";
|
|
@use "../settings" as *;
|
|
|
|
@if map.get($modules, "layout/section") {
|
|
/**
|
|
* Section
|
|
*/
|
|
|
|
section {
|
|
margin-bottom: var(#{$✨}block-spacing-vertical);
|
|
}
|
|
}
|