WIP Theme: Update to pico-css v2
This commit is contained in:
parent
58f9de807d
commit
d4f658c420
96 changed files with 6261 additions and 46 deletions
12
themes/ccchh/assets/pico-2.1.1/scss/layout/_section.scss
Normal file
12
themes/ccchh/assets/pico-2.1.1/scss/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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue