We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689cc1a commit 1c8775dCopy full SHA for 1c8775d
3 files changed
example/src/entry.css
@@ -5,3 +5,8 @@
5
color: $red;
6
}
7
8
+.entry:before {
9
+ content: 'abc';
10
+ color: green;
11
+}
12
+
0 commit comments