Skip to content

Commit 613d4ce

Browse files
committed
Revert "refactor: stylelint optimization"
This reverts commit 10db1f2.
1 parent 10db1f2 commit 613d4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/css/db-ui-base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// stylelint-disable-next-line import-notation, @stylistic/string-quotes
88
@import "../../build/scss/variables";
99
// stylelint-disable-next-line @stylistic/string-quotes
10-
@import "variables.css";
10+
@import url("variables.css");
1111

1212
/* body {
1313
font-family: var(--asset-font-db-screensans-regular-name);

0 commit comments

Comments
 (0)