Skip to content

Commit b19ebcb

Browse files
committed
fix: use double quotes instead of single quotes in sass
1 parent 1f776ac commit b19ebcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
&::before,
2020
&::after {
21-
content: '';
21+
content: "";
2222
width: 0;
2323
height: 0;
2424
position: absolute;

0 commit comments

Comments
 (0)