Skip to content

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

License

Notifications You must be signed in to change notification settings

boizz/native-reset.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published