+ folder restructuring
This commit is contained in:
12
view/stylesheets/pico/layout/_section.scss
Normal file
12
view/stylesheets/pico/layout/_section.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@use "sass:map";
|
||||
@use "../settings" as *;
|
||||
|
||||
@if map.get($modules, "layout/section") {
|
||||
/**
|
||||
* Section
|
||||
*/
|
||||
|
||||
#{$parent-selector} section {
|
||||
margin-bottom: var(#{$css-var-prefix}block-spacing-vertical);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user