boizz / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Uniform browser style features. Separation of responsive website, mobile and native applications, more lightweight, reducing redundancy. Based on SASS, support for personalized style.

License:MIT License


Languages

Language:CSS 73.0%Language:HTML 19.6%Language:JavaScript 7.4%