Skip to content

nothingrandom/browser-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

42 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published