@beamwind/reset
v2.0.2
Published
An opinionated set of base styles for legacy browsers like IE10/11
Downloads
33
Readme
@beamwind/reset
an opinionated set of base styles for legacy browsers like IE10/11 based on Tailwind Preflight v1
Built on top of normalize.css, @beamwind/reset is a set of base styles that are designed to smooth over cross-browser inconsistencies and make it easier for you to work within the constraints of your design system.
If you do not need to support IE 10/11, we recommend using @beamwind/preflight.
Installation
npm install @beamwind/reset
Usage
Please refer to the main documentation for further information.
import { setup } from '@beamwind/core'
import reset from '@beamwind/reset'
setup(reset())
Contribute
Thanks for being willing to contribute!
This project is free and open-source, so if you think this project can help you or anyone else, you may star it on GitHub. Feel free to open an issue if you have any idea, question, or you've found a bug.
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
We are following the Conventional Commits convention.