First Upload
This commit is contained in:
11
docker-persist/html/css/neat/grid/_box-sizing.scss
Executable file
11
docker-persist/html/css/neat/grid/_box-sizing.scss
Executable 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);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user