Browse Source

removing duplicate border box

eddiemachado 13 năm trước cách đây
mục cha
commit
d88ee56ae5
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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