Skip to content

Commit d12b0b5

Browse files
committed
changed stylelint-rules:
function-url-quotes to null scss/percent-placeholder-pattern to null custom-property-pattern to null
1 parent d23ac94 commit d12b0b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/stylelint/.stylelintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
}
3939
],
4040
"scss/double-slash-comment-empty-line-before": "always",
41-
"scss/map-keys-quotes": "always"
41+
"scss/map-keys-quotes": "always",
42+
"scss/percent-placeholder-pattern": null,
43+
"function-url-quotes": null,
44+
"custom-property-pattern": null
4245
}
4346
}

0 commit comments

Comments
 (0)