Skip to content

Commit

Permalink
Merge pull request #95 from akrawchyk/disable-css-alpha-ordering
Browse files Browse the repository at this point in the history
disable css alphabetical ordering
  • Loading branch information
thomasdegry committed Sep 29, 2017
2 parents 4ae6a9f + cef7a1d commit e99f8c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.repo_name}}/stylelint.config.js
Expand Up @@ -14,6 +14,7 @@ module.exports = {
"rule-empty-line-before": [ "always-multi-line", {
except: ["first-nested"],
ignore: ["after-comment"]
} ]
} ],
"order/properties-alphabetical-order": null
}
}

0 comments on commit e99f8c8

Please sign in to comment.