Skip to content

Commit

Permalink
Merge pull request #195 from karasjs/vmax-vmin
Browse files Browse the repository at this point in the history
Vmax vmin
  • Loading branch information
army8735 authored Nov 30, 2021
2 parents 4cbd2a0 + d267490 commit 33b5bab
Show file tree
Hide file tree
Showing 31 changed files with 1,678 additions and 118 deletions.
26 changes: 26 additions & 0 deletions csx.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,35 @@
* rem
* vw
* vh
* vmax
* vmin
* marginTop/marginRight/marginBottom/marginLeft
* auto 默认
* px
* %
* rem
* vw
* vh
* vmax
* vmin
* paddingTop/paddingRight/paddingBottom/paddingLeft
* auto 默认
* px
* %
* rem
* vw
* vh
* vmax
* vmin
* width/height
* auto 默认
* px
* %
* rem
* vw
* vh
* vmax
* vmin
* flexGrow
* 0 默认
* number
Expand All @@ -74,6 +82,8 @@
* rem
* vw
* vh
* vmax
* vmin
* flexWrap
* nowrap 默认
* wrap
Expand Down Expand Up @@ -131,6 +141,8 @@
* rem
* vw
* vh
* vmax
* vmin
* number
* textAlign
* left 默认
Expand Down Expand Up @@ -167,13 +179,17 @@
* rem
* vw
* vh
* vmax
* vmin
* backgroundPositionY
* 0 默认,可以是数组形式设置多个
* px
* %
* rem
* vw
* vh
* vmax
* vmin
* contain/cover
* backgroundRepeat
* noRepeat 默认,可以是数组形式设置多个
Expand All @@ -186,6 +202,8 @@
* rem
* vw
* vh
* vmax
* vmin
* contain/cover
* backgroundClip
* borderBox 默认
Expand Down Expand Up @@ -224,6 +242,8 @@
* rem
* vw
* vh
* vmax
* vmin
* visibility
* inherit 默认
* visible
Expand Down Expand Up @@ -276,6 +296,8 @@
* rem
* vw
* vh
* vmax
* vmin
* fill
* transparent 默认,可以是数组形式设置多个
* \#rgb/rgb/rgba
Expand All @@ -300,6 +322,8 @@
* rem
* vw
* vh
* vmax
* vmin
* strokeDasharray
* null 默认,可以是数组形式设置多个
* Array\<Number>
Expand All @@ -326,6 +350,8 @@
* rem
* vw
* vh
* vmax
* vmin
* scaleX/scaleY
* 1 默认
* Number[0,∞)
Expand Down
Loading

0 comments on commit 33b5bab

Please sign in to comment.