Skip to content

luchaoet/base-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@luchao/base-css

前端基础 css

安装

npm install @luchao/base-css --save

使用

```js
// 全局引入
import "@luchao/base-css"
```

版本及内容

版本 内容
3.0.0 😳 删除 font-size margin padding border-width 奇数px,后期属性均不使用奇数px
3.0.1 😎 新增 visibility transition opacity position: static height: auto width: auto
3.0.3 😎 新增 line-height 修改 border-radius padding margin 最大值为40px
3.0.4 😎 新增 order 0-5 支持 grid-template-columns
3.0.5 😎 支持 border-color
4.0.0 😳 插件名称修改为 @luchao/base-css
4.0.1 😎 使用 vite 构建
4.0.2 😎 新增 transform: rotateZ
4.0.3 😎 新增 min-width: 0
4.0.4 😎 新增 word-wrap: break-word
4.0.5 😎 新增 object-fit
4.0.6 😳 删除 order: 0,与 opacity: 0 命名重复
4.0.7 😎 新增 max-width: 100%
4.0.8 😎 新增 align-items: flex-end
5.0.0 🌸 😳 order 使用:g-o-10/20/30/40/50/60;opacity 使用:g-o-0/01/02/03/04/05/06/07/08/09/1

About

前端项目基础css样式,更推荐使用 luchaocss

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published