Update 01-base.scss
This commit is contained in:
parent
a2a3bc7595
commit
63ff115498
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
||||||
|
|
||||||
/* switching box model for all elements */
|
/* switching box model for all elements */
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||||
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||||
|
box-sizing: border-box; /* Opera/IE 8+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* soft reset */
|
/* soft reset */
|
||||||
|
|
Loading…
Reference in a new issue