Initial commit

This commit is contained in:
Jonah Aragon 2020-04-28 16:09:22 -05:00
commit 1100dbe947
192 changed files with 16066 additions and 0 deletions

View file

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