Add baseline start point (#1)

Co-authored-by: Michael DiLeo <michael.dileo@oakstreethealth.com>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-08-13 20:56:29 +00:00
parent a0ea8872e4
commit 12eadac926
303 changed files with 315117 additions and 0 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;
}
}