unzip theme

This commit is contained in:
2024-09-12 13:24:24 +03:00
parent 492796d5a8
commit 2105c7bc61
105 changed files with 16207 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}