Skip to content

afeiship/wsui-reset

Repository files navigation

wsui-reset

Reset css for wsui.

version license size download

installation

npm i @jswork/wsui-reset

usage

.
├── base.css
├── base.scss
├── index.css
└── index.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

$wsui-reset-options: (
  font-family: "STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif",
  header1: 14px,
  header4: 12px
) !default;

license

Code released under the MIT license.