Skip to content

Commit 932c4c0

Browse files
committed
localise-and-export test passing
1 parent 8cf0d6c commit 932c4c0

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
._input_css_1__one {
3+
color: red;
4+
}
5+
._input_css_1__two {
6+
color: green;
7+
}
8+
._input_css_1__three {
9+
color: blue;
10+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"one": "_input_css_1__one",
3+
"two": "_input_css_1__two",
4+
"three": "_input_css_1__three"
5+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:local(.one) {
2+
color: red;
3+
}
4+
:local(.two) {
5+
color: green;
6+
}
7+
:local(.three) {
8+
color: blue;
9+
}

0 commit comments

Comments
 (0)