New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

css-kit

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-kit - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "css-kit",
"version": "1.0.2",
"version": "1.0.3",
"description": "CSS Toolkit",

@@ -5,0 +5,0 @@ "main": "./lib/toolkit.css",

@@ -16,18 +16,18 @@ # css 工具箱

```
or 使用 `dist` 下的目录下 toolkit.css 文件
or 使用 `lib` 下的目录下 toolkit.css 文件
## 文档
- [animation 基础动画](#animation-基础动画)
- [borders 边框相关](#borders-边框相关)
- [colors 颜色,背景色,边框色](#colors-文字色背景色边框色)
- [depth zIndex 层级](#depth-zindex-层级)
- [flex 栅格布局,基于 flex](#flex-栅格布局基于-flex)
- [grid 栅格布局,基于 float](#grid-栅格布局基于-float)
- [images 图片,背景图相关](#images-图片背景图相关)
- [positioning 定位,浮动](#positioning-定位浮动)
- [responsive 响应式相关](#responsive-响应式相关)
- [sizing 宽高](#sizing-宽高)
- [typography 排版相关](#typography-排版相关)
- [utilities 显示隐藏滚动等工具类](#utilities-显示隐藏滚动等工具类)
- [whitespace 内补外补](#whitespace-内补外补)
- [animation](#animation-基础动画)
- [borders](#borders-边框相关)
- [colors](#colors-文字色背景色边框色)
- [depth](#depth-zindex-层级)
- [flex](#flex-栅格布局基于-flex)
- [grid](#grid-栅格布局基于-float)
- [images](#images-图片背景图相关)
- [positioning](#positioning-定位浮动)
- [responsive](#responsive-响应式相关)
- [sizing](#sizing-宽高)
- [typography](#typography-排版相关)
- [utilities](#utilities-显示隐藏滚动等工具类)
- [whitespace](#whitespace-内补外补)

@@ -37,13 +37,18 @@ ### animation 基础动画

#### fade
- `.fadeIn`, `.fadeOut` `.fadeInUp`, `.fadeInDown`
- `.fadeIn`, `.fadeOut` `.fadeInUp`, `.fadeInDown`
#### slide
- `.slideUp`, `.slideDown`, `.slideRight`, `.slideLeft`
- `.slideUp`, `.slideDown`, `.slideRight`, `.slideLeft`
#### scale
- `.scaleUp`, `.scaleDown`
- `.scaleUp`, `.scaleDown`
#### flip
- `.flipIn`, `.flipOut`
- `.flipIn`, `.flipOut`
#### rotate
- `.rotateRight`, `.rotateLeft`
- `.rotateRight`, `.rotateLeft`
#### other
- `.flash`, `.shake`
- `.flash`, `.shake`

@@ -63,6 +68,6 @@ ### borders 边框相关

0.5px 的边框,通过 :before,:after 以及 transform: scale 缩放来实现
- .bht 上边框
- .bhr 右边框
- .bhb 下边框
- .bhl 左边框
- `.bht` 上边框
- `.bhr` 右边框
- `.bhb` 下边框
- `.bhl `左边框

@@ -333,3 +338,3 @@ #### 边框其他样式

```
`.tc`、`.tl`、`.tr` 分别作为 `.text-center`、`.text-left`、`.text-right` 的别名
> `.tc`、`.tl`、`.tr` 分别作为 `.text-center`、`.text-left`、`.text-right` 的别名

@@ -336,0 +341,0 @@ #### 行高

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc