Browse Source

csslint deactivated 'order-alphabetical'

codeClimate
Alexander Wunschik 7 years ago
parent
commit
de7808885a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .csslintrc

+ 2
- 1
.csslintrc View File

@ -1,4 +1,5 @@
{
"box-model": false,
"box-sizing": false
"box-sizing": false,
"order-alphabetical": false
}

Loading…
Cancel
Save