Skip to content

Commit

Permalink
Merge pull request #1 from nicolasdanelon/patch-1
Browse files Browse the repository at this point in the history
-moz-box-sizing grammatical issue
  • Loading branch information
pluxml committed Dec 11, 2014
2 parents d1ef9b4 + d3cc869 commit 364d46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plucss.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*,
*:after,
*:before {
-moz-box-sACizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
Expand Down

0 comments on commit 364d46e

Please sign in to comment.