Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "css-kit", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "CSS Toolkit", | ||
@@ -5,0 +5,0 @@ "main": "dist/toolkit.css", |
@@ -19,3 +19,8 @@ # css 工具箱 | ||
## 如何使用 | ||
```shell | ||
npm i css-kit --save | ||
``` | ||
## animation 基础动画 | ||
@@ -58,6 +63,6 @@ 支持的动画如下 | ||
0.5px 的边框,通过 :before,:after 以及 transform: scale 缩放来实现 | ||
- .ht 上边框 | ||
- .hr 右边框 | ||
- .hb 下边框 | ||
- .hl 左边框 | ||
- .bht 上边框 | ||
- .bhr 右边框 | ||
- .bhb 下边框 | ||
- .bhl 左边框 | ||
@@ -319,7 +324,7 @@ ### 边框工具类 | ||
```css | ||
.mh100 { height: 100px } | ||
.mh200 { height: 200px } | ||
.mh300 { height: 300px } | ||
.mh400 { height: 400px } | ||
.mh500 { height: 500px } | ||
.mh100 { min-height: 100px } | ||
.mh200 { min-height: 200px } | ||
.mh300 { min-height: 300px } | ||
.mh400 { min-height: 400px } | ||
.mh500 { min-height: 500px } | ||
``` | ||
@@ -538,15 +543,15 @@ | ||
```css | ||
.p-5 { padding: 5px } | ||
.ph { padding: 5px } | ||
.p15 { padding: 15px } | ||
.pt-5 { padding-top: 5px } | ||
.pth { padding-top: 5px } | ||
.pt15 { padding-top: 15px } | ||
.pr-5 { padding-right: 5px } | ||
.prh { padding-right: 5px } | ||
.pr15 { padding-right: 15px } | ||
.pb-5 { padding-bottom: 5px } | ||
.pbh { padding-bottom: 5px } | ||
.pb15 { padding-bottom: 15px } | ||
.pl-5 { padding-left: 5px } | ||
.plh { padding-left: 5px } | ||
.pl15 { padding-left: 15px } | ||
.ptb-5 { padding-top: 5px; padding-bottom: 5px } | ||
.ptbh { padding-top: 5px; padding-bottom: 5px } | ||
.ptb15 { padding-top: 15px; padding-bottom: 15px } | ||
.pl-5 { padding-left: 5px; padding-right: 5px } | ||
.plh { padding-left: 5px; padding-right: 5px } | ||
.pl15 { padding-left: 15px; padding-right: 15px } | ||
@@ -553,0 +558,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77305
557