Skip to content

Commit 17d08bd

Browse files
committed
re-add function-url-quotes: always
1 parent 1588938 commit 17d08bd

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/static/themes/chaos_theory.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
#caret {
23-
background-image: url(/images/themes/chaos_theory/caret.webp) !important;
23+
background-image: url("/images/themes/chaos_theory/caret.webp") !important;
2424
background-color: transparent !important;
2525
background-size: 1rem !important;
2626
background-position: center !important;

stylelint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ export default {
4444
"selector-class-pattern": null,
4545
"selector-id-pattern": null,
4646

47-
"function-url-quotes": null, // add // default: always
48-
4947
"declaration-block-no-redundant-longhand-properties": null,
5048
"shorthand-property-no-redundant-values": null,
5149

0 commit comments

Comments
 (0)