Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui
webkit css material scss version.
https://github.com/afeiship/wsui
sass stylekit wsui
Last synced: 20 days ago
JSON representation
webkit css material scss version.
- Host: GitHub
- URL: https://github.com/afeiship/wsui
- Owner: afeiship
- License: mit
- Created: 2016-01-09T16:48:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T02:09:44.000Z (about 4 years ago)
- Last Synced: 2024-11-11T18:46:34.525Z (about 2 months ago)
- Topics: sass, stylekit, wsui
- Language: SCSS
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wsui
> webkit css material[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```shell
npm i @jswork/wsui
```## usage
+ import && config frame material:
```scss
//base config:
$base-font-family:'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
$base-font-size-h1-3:14px;
$base-font-size-h4-6:12px;@import "dist/wsui";
```
## architecture
> wsui = (frame modules + sass ui modules)### core modules
| Module name | Module description |
| :-------------- | :----------------- |
| wsui-functions | wsui-functions |
| wsui-mixins | wsui-mixins |
| wsui-reset | wsui-reset |
| wsui-generators | wsui-generators |
| wsui-flexbox | wsui-flexbox |### other ui modules
| Module name | Module description |
| :---------- | :----------------- |
| wsui-* | wsui-* |## license
Code released under [the MIT license](https://github.com/afeiship/wsui/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui
[version-url]: https://npmjs.org/package/@jswork/wsui[license-image]: https://img.shields.io/npm/l/@jswork/wsui
[license-url]: https://github.com/afeiship/wsui/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui
[size-url]: https://github.com/afeiship/wsui/blob/master/dist/wsui.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui
[download-url]: https://www.npmjs.com/package/@jswork/wsui