SCSS -> SASS
This commit is contained in:
parent
6d58962e08
commit
abd9c07ac8
13 changed files with 134 additions and 140 deletions
4
assets/static/sass/_mixins.sass
Normal file
4
assets/static/sass/_mixins.sass
Normal file
|
@ -0,0 +1,4 @@
|
|||
=box-sizing($type)
|
||||
-webkit-box-sizing: $type
|
||||
-moz-box-sizing: $type
|
||||
box-sizing: $type
|
Loading…
Add table
Add a link
Reference in a new issue