Skip to content

Commit

Permalink
Stylelint update to remove prettier clashing rule (number-leading-zero)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jul 15, 2018
1 parent 3ab146c commit 1d87eda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"media-feature-range-operator-space-after": "always",
"media-feature-range-operator-space-before": "never",
"no-descending-specificity": null,
"number-leading-zero": "never",
"media-feature-name-no-unknown": [true, {
"ignoreMediaFeatureNames": ["prefers-reduced-motion"]
}],
Expand Down

0 comments on commit 1d87eda

Please sign in to comment.