浏览代码

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