Skip to content

Commit 370f5c1

Browse files
committed
Site: fix import statement Sass warning
1 parent ea95eb6 commit 370f5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/assets/styles/github-markdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// stylelint-disable declaration-no-important
22

3-
@import "vendor/github-markdown";
3+
@use "vendor/github-markdown";
44

55
.markdown-body {
66
box-sizing: border-box;

0 commit comments

Comments
 (0)