We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3080ab2 commit 2e34607Copy full SHA for 2e34607
test/test-cases/export-class/expected.css
@@ -22,6 +22,14 @@
22
color: fuchsia;
23
}
24
25
+._input__u-m\00002b {
26
+ color: maroon;
27
+}
28
+
29
+#_input__u-m\+ {
30
+ color: navy;
31
32
33
@media (max-width: 520px) {
34
/* selector doubled to increase specificity */
35
._input__exportName._input__exportName {
@@ -39,5 +47,6 @@
39
47
::::: _input__::::;
40
48
1a2b3c: _input__1a2b3c;
41
49
𝌆: _input__𝌆;
50
+ u-m+: _input__u-m+;
42
51
newExport: _input__newExport;
43
52
test/test-cases/export-class/source.css
+:local(.u-m\00002b) {
+:local(#u-m\+) {
:local(.exportName):local(.exportName) {
0 commit comments