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.
1 parent 1588938 commit 17d08bdCopy full SHA for 17d08bd
2 files changed
frontend/static/themes/chaos_theory.css
@@ -20,7 +20,7 @@
20
}
21
22
#caret {
23
- background-image: url(/images/themes/chaos_theory/caret.webp) !important;
+ background-image: url("/images/themes/chaos_theory/caret.webp") !important;
24
background-color: transparent !important;
25
background-size: 1rem !important;
26
background-position: center !important;
stylelint.config.mjs
@@ -44,8 +44,6 @@ export default {
44
"selector-class-pattern": null,
45
"selector-id-pattern": null,
46
47
- "function-url-quotes": null, // add // default: always
48
-
49
"declaration-block-no-redundant-longhand-properties": null,
50
"shorthand-property-no-redundant-values": null,
51
0 commit comments