WIP Theme: Update to pico-css v2

This commit is contained in:
jtbx 2026-05-23 15:58:16 +02:00
commit d4f658c420
96 changed files with 6261 additions and 46 deletions

View 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);
}
}