Skip to content

Commit

Permalink
fix: swap unit-blacklist rule for unit-disallowed-list (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
styu authored May 6, 2021
1 parent 9e5215f commit 70713dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {
}],
"string-quotes": "double",
"time-min-milliseconds": 100,
"unit-blacklist": ["pt"],
"unit-disallowed-list": ["pt"],
"value-keyword-case": "lower",
"value-list-comma-newline-before": "never-multi-line",
"value-no-vendor-prefix": true,
Expand Down

0 comments on commit 70713dc

Please sign in to comment.