From d3cc8695c0292e63aed21f421c71d8897c07c2f1 Mon Sep 17 00:00:00 2001 From: Nicolas Danelon Date: Thu, 11 Dec 2014 10:29:17 -0300 Subject: [PATCH] -moz-box-sizing grammatical issue :) --- plucss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plucss.css b/plucss.css index b195b4b..23b9f3d 100644 --- a/plucss.css +++ b/plucss.css @@ -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; }