+ folder restructuring

This commit is contained in:
itsig0
2024-03-24 10:06:40 +01:00
parent 41e215ddcf
commit b37cfbbca3
63 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
@use "sass:map";
@use "../settings" as *;
@if map.get($modules, "layout/overflow-auto") and $enable-classes {
/**
* Overflow auto
*/
#{$parent-selector} .overflow-auto {
overflow: auto;
}
}