tailwind-normalize
v3.3.2
Published
A customized normalize file derived from Tailwind CSS for use in non-Tailwind projects
Downloads
1
Maintainers
Readme
tailwind-normalize
tailwind-normalize is a customized normalize file derived from Tailwind CSS, intended for use in non-Tailwind projects. It provides a clean slate for your projects while incorporating the normalization aspects of Tailwind CSS.
Usage
To use tailwind-normalize in your project, you have a few options:
Install using package manager:
- Install tailwind-normalize as a dependency in your project:
pnpm add -D tailwind-normalize
- Open your
main.ts
file or the root file where you initialize your app. - Import the
normalize.css
file from thetailwind-normalize
package:import 'tailwind-normalize/normalize.css'
- Install tailwind-normalize as a dependency in your project:
Download the File:
- Download the preflight.css file.
- Place the downloaded file in your project's CSS directory.
- Link to it in your HTML file:
<link rel="stylesheet" href="path/to/preflight.css">
License
tailwind-normalize is released under the MIT License. Feel free to use and modify it in your projects.
Contributing
Contributions are welcome! If you have any improvements, bug fixes, or suggestions, please open an issue or submit a pull request.
We hope you find tailwind-normalize useful for incorporating the normalization features of Tailwind CSS into your non-Tailwind projects. Enjoy the simplicity and consistency it brings to your styling!