Skip to content

Commit 42628bc

Browse files
committed
0.0.18
1 parent 6de1b02 commit 42628bc

File tree

21 files changed

+81
-67
lines changed

21 files changed

+81
-67
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.18](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.17...v0.0.18) (2023-10-26)
2+
3+
4+
### Features
5+
6+
* 将样式转换处理拆分出去 ([6de1b02](https://github.com/NervJS/parse-css-to-stylesheet/commit/6de1b029b06a45e2dd5298e4ca883425b5d438c6))
7+
8+
9+
110
## [0.0.17](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.15...v0.0.17) (2023-10-25)
211

312

__test__/fixure/Mod.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
color:rgb(255,255,255);
1919
font-size:12px;
2020
line-height:1;
21-
flex-shrink:0px;
21+
flex-shrink:0;
2222
display:inline-flex;
2323
margin-top: -12px;
2424
margin-right: 10;
@@ -31,7 +31,7 @@
3131
display:flex;
3232
align-items:center;
3333
justify-content:center;
34-
flex-shrink:0px;
34+
flex-shrink:0;
3535
gap:4px;
3636
width:176px !important;
3737
height:24px;
@@ -57,15 +57,15 @@
5757
color:rgb(0,0,0);
5858
font-size:16px;
5959
line-height:1;
60-
flex-shrink:0px;
60+
flex-shrink:0;
6161
width:116px;
6262
display:inline-flex;
6363
}
6464
.txt {
6565
color:rgb(153,153,153);
6666
font-size:12px;
6767
line-height:1;
68-
flex-shrink:0px;
68+
flex-shrink:0;
6969
display:inline-flex;
7070
}
7171
.cnt_col {
@@ -86,15 +86,15 @@
8686
font-size:11px;
8787
line-height:1.36;
8888
text-align:center;
89-
flex-shrink:0px;
89+
flex-shrink:0;
9090
overflow:hidden;
9191
}
9292
.txt1 {
9393
color:rgb(34,34,34);
9494
font-size:11px;
9595
line-height:1.36;
9696
text-align:center;
97-
flex-shrink:0px;
97+
flex-shrink:0;
9898
}
9999
.cnt_row2 {
100100
border-width:1px;
@@ -104,7 +104,7 @@
104104
display:flex;
105105
align-items:flex-start;
106106
justify-content:space-between;
107-
flex-shrink:0px;
107+
flex-shrink:0;
108108
gap:-94px;
109109
position:absolute;
110110
top:3px;
@@ -130,7 +130,7 @@
130130
color:rgb(153,153,153);
131131
font-size:12px;
132132
line-height:1.83;
133-
flex-shrink:0px;
133+
flex-shrink:0;
134134
width:290px;
135135
display:inline-flex;
136136
}
@@ -157,7 +157,7 @@
157157
flex-direction:column;
158158
align-items:flex-start;
159159
justify-content:center;
160-
flex-shrink:0px;
160+
flex-shrink:0;
161161
gap:8px;
162162
padding-left:16px;
163163
padding-right:16px;

__test__/index.spec.mjs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Generated by [AVA](https://avajs.dev).
357357
flexBasis: "10%",␊
358358
flexGrow: 2,␊
359359
flexOptions: {},␊
360-
flexShrink: 2,␊
360+
flexShrink: 0,␊
361361
fontSize: "12px",␊
362362
lineHeight: "1",␊
363363
overflow: "hidden",␊
@@ -402,7 +402,7 @@ Generated by [AVA](https://avajs.dev).
402402
flexBasis: "10%",␊
403403
flexGrow: 2,␊
404404
flexOptions: {},␊
405-
flexShrink: 2,␊
405+
flexShrink: 0,␊
406406
fontSize: "12px",␊
407407
lineHeight: "1",␊
408408
overflow: "hidden",␊
@@ -510,7 +510,7 @@ Generated by [AVA](https://avajs.dev).
510510
flexBasis: "10%",␊
511511
flexGrow: 2,␊
512512
flexOptions: {},␊
513-
flexShrink: 2,␊
513+
flexShrink: 0,␊
514514
fontSize: "12px",␊
515515
lineHeight: "1",␊
516516
margin: {␊
@@ -641,7 +641,7 @@ Generated by [AVA](https://avajs.dev).
641641
flexBasis: "10%",␊
642642
flexGrow: 2,␊
643643
flexOptions: {},␊
644-
flexShrink: 2,␊
644+
flexShrink: 0,␊
645645
fontSize: "16px",␊
646646
lineHeight: "1",␊
647647
overflow: "hidden",␊
@@ -671,7 +671,7 @@ Generated by [AVA](https://avajs.dev).
671671
flexBasis: "10%",␊
672672
flexGrow: 2,␊
673673
flexOptions: {},␊
674-
flexShrink: 2,␊
674+
flexShrink: 0,␊
675675
fontSize: "12px",␊
676676
lineHeight: "1",␊
677677
overflow: "hidden",␊

__test__/index.spec.mjs.snap

-9 Bytes
Binary file not shown.

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-android-arm-eabi",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"os": [
55
"android"
66
],

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-android-arm64",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-arm64",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"os": [
55
"darwin"
66
],

npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-universal",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-x64",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"os": [
55
"darwin"
66
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)