Skip to content

Commit

Permalink
Remove -ms-box-sizing and -o-box-sizing.
Browse files Browse the repository at this point in the history
Both IE and Opera supported the nonprefixed box-sizing property since they implemented it.
  • Loading branch information
Thibaut committed Feb 10, 2012
1 parent 8260ec2 commit 6d9d1f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/assets/stylesheets/css3/_box-sizing.scss
Expand Up @@ -2,7 +2,5 @@
// content-box | border-box | inherit
-webkit-box-sizing: $box;
-moz-box-sizing: $box;
-ms-box-sizing: $box;
-o-box-sizing: $box;
box-sizing: $box;
}

0 comments on commit 6d9d1f7

Please sign in to comment.