Skip to content

Commit 57ee6b2

Browse files
committed
chore: 更新测试用例
1 parent c10cffc commit 57ee6b2

File tree

3 files changed

+178
-190
lines changed

3 files changed

+178
-190
lines changed

__test__/fixure/Mod.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
line-height:1;
2020
flex-shrink:0px;
2121
display:inline-flex;
22-
background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
23-
linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
24-
linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
2522
margin-top: -12px;
2623
margin-right: 10;
2724
margin-bottom: 12;
@@ -51,6 +48,9 @@
5148
.img {
5249
width:50px;
5350
height:50px;
51+
background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
52+
linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
53+
linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
5454
}
5555
.instruction1 {
5656
color:rgb(0,0,0);

0 commit comments

Comments
 (0)