Skip to content

Commit 5b6bef0

Browse files
committed
re-add function-url-quotes: always
1 parent b5f45f8 commit 5b6bef0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

frontend/src/styles/standalone.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
font-style: normal;
77
font-weight: 400;
88
font-display: block;
9-
src: url(/webfonts/RobotoMono-Regular.woff2) format("woff2");
9+
src: url("/webfonts/RobotoMono-Regular.woff2") format("woff2");
1010
}
1111
@font-face {
1212
font-family: "Lexend Deca";
1313
font-style: normal;
1414
font-weight: 400;
1515
font-display: block;
16-
src: url(/webfonts/LexendDeca-Regular.woff2) format("woff2");
16+
src: url("/webfonts/LexendDeca-Regular.woff2") format("woff2");
1717
}
1818

1919
:root {

stylelint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export default {
3838
"selector-class-pattern": null,
3939
"selector-id-pattern": null,
4040

41-
"function-url-quotes": null, // add // default: always
42-
4341
"declaration-block-no-redundant-longhand-properties": null,
4442
"shorthand-property-no-redundant-values": null,
4543

0 commit comments

Comments
 (0)