Skip to content

Commit

Permalink
csslint deactivated 'order-alphabetical'
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Dec 6, 2016
1 parent d5deb87 commit b326ab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .csslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"box-model": false,
"box-sizing": false
"box-sizing": false,
"order-alphabetical": false
}

0 comments on commit b326ab8

Please sign in to comment.