@sven0706/css-reset
v1.0.2
Published
清除CSS默认样式
Readme
清除css默认样式
CND地址
https://unpkg.com/@sven0706/[email protected]/reset.css
使用
HTML:
<link rel="stylesheet" href="https://unpkg.com/@sven0706/[email protected]/reset.css" />CSS/Less/Sass:
@import url('https://unpkg.com/@sven0706/[email protected]/reset.css');JS:
// npm下载
$ npm i @sven0706/css-reset -Simport '@sven0706/css-reset'