Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nothingrandom/browser-reset
🖌 A reset stylesheet for websites
https://github.com/nothingrandom/browser-reset
css reset-css
Last synced: 2 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T17:07:15.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:55:46.854Z (8 months ago)
- Topics: css, reset-css
- Language: SCSS
- Homepage: https://www.npmjs.com/package/browser-reset
- Size: 191 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
browser-reset
===========
[![npm](https://img.shields.io/npm/v/browser-reset.svg)](https://www.npmjs.com/package/browser-reset)
> A reset stylesheet for the modern webBrowsers 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.