Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-reset
Reset css for webkit.
https://github.com/afeiship/wsui-reset
normalize rest sass webkit
Last synced: 9 days ago
JSON representation
Reset css for webkit.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-reset
- Owner: afeiship
- License: mit
- Created: 2016-10-11T10:10:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T12:49:53.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T08:43:41.695Z (18 days ago)
- Topics: normalize, rest, sass, webkit
- Language: SCSS
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wsui-reset
> Reset css for wsui.[![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-reset
```## usage
~~~
.
├── base.css
├── base.scss
├── index.css
└── index.scss
~~~```scss
// will reset a/h1-6/ul and..
@import '~@jswork/wsui-reset';// or use basic reset styles
@import '~@jswork/wsui-reset/dist/base.scss';
```## options
> you can customize use `sass````scss
$wsui-reset-options: (
font-family: "STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif",
header1: 14px,
header4: 12px
) !default;
```## license
Code released under [the MIT license](https://github.com/afeiship/wsui-reset/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-reset
[version-url]: https://npmjs.org/package/@jswork/wsui-reset[license-image]: https://img.shields.io/npm/l/@jswork/wsui-reset
[license-url]: https://github.com/afeiship/wsui-reset/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-reset
[size-url]: https://github.com/afeiship/wsui-reset/blob/master/dist/wsui-reset.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-reset
[download-url]: https://www.npmjs.com/package/@jswork/wsui-reset