https://github.com/nothingrandom/browser-reset
🖌 A reset stylesheet for websites
https://github.com/nothingrandom/browser-reset
css reset-css
Last synced: 10 months ago
JSON representation
🖌 A reset stylesheet for websites
- Host: GitHub
- URL: https://github.com/nothingrandom/browser-reset
- Owner: nothingrandom
- License: mit
- Created: 2014-02-19T01:45:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T17:07:15.000Z (over 2 years ago)
- Last Synced: 2025-05-05T15:10:16.354Z (10 months ago)
- Topics: css, reset-css
- Language: SCSS
- Homepage: https://www.npmjs.com/package/browser-reset
- Size: 191 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
browser-reset
===========
[](https://www.npmjs.com/package/browser-reset)
> 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.