From 63ff115498e6ad04f0f505da5a2b237514bd1787 Mon Sep 17 00:00:00 2001 From: ptitdoss1 Date: Sun, 11 May 2014 21:20:20 +0200 Subject: [PATCH] Update 01-base.scss --- sass/01-base.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sass/01-base.scss b/sass/01-base.scss index 13db340..fa54eec 100644 --- a/sass/01-base.scss +++ b/sass/01-base.scss @@ -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 */