Initial commit
This commit is contained in:
commit
edb5816892
30 changed files with 534 additions and 0 deletions
5
assets/static/sass/_mixins.scss
Normal file
5
assets/static/sass/_mixins.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
@mixin 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