Skip to content

Commit 3cff6cc

Browse files
committed
Add test cases for style-props
1 parent 0df996c commit 3cff6cc

28 files changed

+3242
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Slider
2+
bind:value
3+
min={0}
4+
--rail-color="black"
5+
--track-color="rgb(0, 0, 255)"
6+
/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"ruleId": "no-undef",
4+
"code": "Slider",
5+
"line": 1,
6+
"column": 2
7+
},
8+
{
9+
"ruleId": "no-undef",
10+
"code": "value",
11+
"line": 2,
12+
"column": 8
13+
}
14+
]

0 commit comments

Comments
 (0)