Skip to content

Commit 1c8775d

Browse files
committed
Fix: inject, css should be surrounded with single quotes
1 parent 689cc1a commit 1c8775d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

example/src/entry.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@
55
color: $red;
66
}
77

8+
.entry:before {
9+
content: 'abc';
10+
color: green;
11+
}
12+

0 commit comments

Comments
 (0)