1.0.6 • Published 12 months ago

browser-style-normalizer v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Browser Style Normalizer

The browser-style-normalizer is a stylesheet that resets all the browser-built-in styles, guaranteeing consistency across all major browsers.

It is important to note that this normalizer performs a hard style reset. If you are not using a robust CSS framework or component library, you should use a different normalizer.

Getting Started

  1. Install the package:
$ npm install -S browser-style-normalizer
  1. Include it in your main stylesheet:
@import url('/node_modules/browser-style-normalizer/dist/index.css');

Built With

  • CSS

License

MIT

Acknowledgments

Deployment

  1. Install dependencies:
$ npm install
  1. Build the stylesheet:
$ npm start
  1. Publish to npm:
$ npm publish
1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago