An open API service indexing awesome lists of open source software.

https://github.com/joylinks/style

CSS Style
https://github.com/joylinks/style

css html js style ui webpack

Last synced: 4 months ago
JSON representation

CSS Style

Awesome Lists containing this project

README

          

# style
强大、轻量且简单,用于构建网页的基础样式库
优化标签默认样式,提供常用颜色和布局类。

样式类名称提供缩写和全名两种类名,使用缩写更加简洁避免HTML被大量样式类名污染;

颜色定义参考的 [Bootstrap](https://getbootstrap.com/);
以前也使用过Bootstrap样式库,但是冗长的类名太糟糕了。

[joyzl style](http://style.joyzl.net)

## 安装
``` cmd
npm install @joyzl/style
```

``` javascript
import '@joyzl/style';
```

## 使用
参考在线手册 [joyzl style doc](http://style.joyzl.net/document.html)