We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86069a1 + 1332f24 commit ce200eaCopy full SHA for ce200ea
packages/stylelint-config/.stylelintrc.json
@@ -1,6 +1,6 @@
1
{
2
"extends": [
3
- "stylelint-config-wordpress/scss"
+ "@wordpress/stylelint-config/scss"
4
],
5
"rules": {
6
"comment-empty-line-before": [
@@ -14,10 +14,10 @@
14
"declaration-block-semicolon-newline-after": "always-multi-line",
15
"declaration-block-single-line-max-declarations": 4,
16
"declaration-no-important": true,
17
- "declaration-property-unit-blacklist": {
+ "declaration-property-unit-disallowed-list": {
18
"font-size": [ "px" ]
19
},
20
- "declaration-property-unit-whitelist": {
+ "declaration-property-unit-allowed-list": {
21
"animation": [ "ms" ],
22
"animation-delay": [ "ms" ],
23
"animation-duration": [ "ms" ],
0 commit comments