ソースを参照

removing duplicate border box

eddiemachado 13 年 前
コミット
d88ee56ae5
1 ファイル変更0 行追加6 行削除
  1. 0 6
      library/scss/_mixins.scss

+ 0 - 6
library/scss/_mixins.scss

@@ -45,12 +45,6 @@ TOOLS
 	overflow: hidden;
 }
 
-/* apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
-* {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing:    border-box;
-  box-sizing:         border-box;
-}
 
 /*********************
 COLORS