We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359b54a commit 913f461Copy full SHA for 913f461
test/test-cases/export-class/expected.css
@@ -1,5 +1,6 @@
1
:export {
2
exportName: _input__exportName;
3
+ newExport: _input__newExport;
4
}
5
6
._input__exportName {
@@ -9,3 +10,14 @@
9
10
._input__exportName:hover {
11
color: red;
12
13
+
14
+@media (max-width: 520px) {
15
+ /* selector doubled to increase specificity */
16
+ ._input__exportName._input__exportName {
17
+ color: darkgreen;
18
+ }
19
20
+ ._input__newExport {
21
+ color: blue;
22
23
+}
test/test-cases/export-class/source.css
@@ -5,3 +5,14 @@
:local(.exportName):hover {
7
8
+ :local(.exportName):local(.exportName) {
+ :local(.newExport) {
0 commit comments