Skip to content

A customized normalize file derived from Tailwind CSS for use in non-Tailwind projects

License

Notifications You must be signed in to change notification settings

tongrow/tailwind-normalize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. 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 the tailwind-normalize package:

      import 'tailwind-normalize/normalize.css'
  2. 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!

License

About

A customized normalize file derived from Tailwind CSS for use in non-Tailwind projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%