native-reset.css
v2.0.1
Published
A configurable reset style sheet
Downloads
2
Readme
native-reset.css
Uniform browser style features. Separation of responsive website, mobile and native applications, more lightweight, reducing redundancy. Based on SASS, support for personalized style.
Install
npm install --save native-reset.cssQuick start
- Used in native app
import 'native-reset.css/public/native/reset.css'- Used in mobile
import 'native-reset.css/public/mobile/reset.css'- Used in responsive website
import 'native-reset.css/public/main/reset.css'File drectory
.
├── demo # demo pages
├── dist # v 1.2.2
├── public # v 2.0.1
├── sass # source files
├── .gitignore
├── gruntfile.js
├── package.json
└── README.md