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