Update 01-base.scss

This commit is contained in:
ptitdoss1 2014-05-11 21:20:20 +02:00
parent a2a3bc7595
commit 63ff115498

View File

@ -10,7 +10,9 @@
/* 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 */