Standardize: TO STYLELINT!

This commit is contained in:
Nicholas Hubbard
2016-04-05 15:43:52 -04:00
parent 426728058c
commit 7b5b81504b
9 changed files with 1861 additions and 782 deletions

4
.stylelintrc Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "stylelint-config-standard",
"font-family-name-quotes": "double-where-recommended"
}