Normalize sends csslint on the spaz out.

This commit is contained in:
Nick Pack 2013-07-14 22:34:46 +01:00
parent 0992777f4d
commit 176ce3c38c

View File

@ -1,5 +1,8 @@
{
"unique-headings": false,
"box-model": false,
"font-sizes": false
"font-sizes": false,
"compatible-vendor-prefixes": false,
"unqualified-attributes": false,
"outline-none": false
}