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
- Host: GitHub
- URL: https://github.com/joylinks/style
- Owner: JoyLinks
- License: apache-2.0
- Created: 2024-06-26T07:41:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T01:51:07.000Z (about 1 year ago)
- Last Synced: 2025-06-27T01:58:59.127Z (about 1 year ago)
- Topics: css, html, js, style, ui, webpack
- Language: CSS
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)