2.0.1 • Published 7 years ago

native-reset.css v2.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

native-reset.css

Build Status GitHub license Npm downloads PR welcome

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.css

Quick 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