definicao de layout
This commit is contained in:
6
public/assets/scss/rating/rating-theme/_mixins.scss
Normal file
6
public/assets/scss/rating/rating-theme/_mixins.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
// Box sizing
|
||||
@mixin box-sizing($type: border-box){
|
||||
-webkit-box-sizing: $type;
|
||||
-moz-box-sizing: $type;
|
||||
box-sizing: $type;
|
||||
}
|
||||
Reference in New Issue
Block a user