Skip to content

Commit 4c17938

Browse files
authored
fix: fixed scss import formatting
Signed-off-by: Vinayak Sharma <[email protected]>
1 parent a6b3c6b commit 4c17938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/base/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@use '../abstracts/placeholders';
55
@use '../themes/light';
66
@use '../themes/dark';
7-
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css");
7+
@import "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css";
88

99
:root {
1010
font-size: 16px;

0 commit comments

Comments
 (0)