First Upload

This commit is contained in:
2024-10-24 19:11:39 +00:00
commit c56235352f
149 changed files with 443280 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@if $border-box-sizing == true {
html { // http://bit.ly/1qk2tVR
@include box-sizing(border-box);
}
* {
&, &:before, &:after {
@include box-sizing(inherit);
}
}
}