Skip to content

Commit 7ff7196

Browse files
committed
changed stylelint-rule function-url-quotes to null
1 parent d23ac94 commit 7ff7196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/stylelint/.stylelintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
}
3939
],
4040
"scss/double-slash-comment-empty-line-before": "always",
41-
"scss/map-keys-quotes": "always"
41+
"scss/map-keys-quotes": "always",
42+
"function-url-quotes": null
4243
}
4344
}

0 commit comments

Comments
 (0)