1.0.7 • Published 4 years ago

browser-reset v1.0.7

Weekly downloads
75
License
MIT
Repository
github
Last release
4 years ago

browser-reset

npm

A reset stylesheet for the modern web

Browsers are inconsistent, each having their own ways of displaying things. This package aims to solve this problem by setting stylesheets back to a default look.

Easy Installation

Just run yarn add browser-reset or npm install -save browser-reset

If you're using webpack to compile, you can use @import '~browser-reset/reset.scss'

If you're using postcss you can use postcss-import then @import 'browser-reset/reset.css'

If you're using a custom gulp / grunt task make sure your includePath for node-sass includes node_modules. Feel free to submit a issue if you have trouble setting this up.