Add stylelint and fix a few errors

This commit is contained in:
Peter deHaan 2017-06-09 10:49:53 -07:00
parent 1dbda38995
commit 45a5e420ce
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097
4 changed files with 760 additions and 22 deletions

5
.stylelintrc Normal file
View file

@ -0,0 +1,5 @@
extends: stylelint-config-standard
rules:
color-hex-case: upper
selector-list-comma-newline-after: null