https://github.com/afeiship/wsui-reset
Reset css for webkit.
https://github.com/afeiship/wsui-reset
normalize rest sass webkit
Last synced: about 1 year 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T12:49:53.000Z (over 5 years ago)
- Last Synced: 2025-03-17T22:55:50.552Z (over 1 year ago)
- Topics: normalize, rest, sass, webkit
- Language: SCSS
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- 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