Skip to content

Interpret the text, then return the appropriate generated CSS via the TailwindCSS engine.

License

Notifications You must be signed in to change notification settings

tsunamaji/tailwindcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tsunamaji/tailwindcss-raw

Tip

Although this package is built on Tailwind CSS, it only uses its engine and also ships it as a dependency.
Therefore, installation of Tailwind CSS is generally not required specifically for the tailwindcss-raw package.

What is this plugin for?

In TailwindCSS v3, the engine allowed passing RAW HTML, which could then be interpreted as source and used to extract the generated CSS as a result. This enabled the creation of a lot of automation.

In TailwindCSS v4, this feature was removed, and everyone now has to handle the engine’s interpretation individually. The tailwindcss-raw package solves this problem and is distributed as open-source so that, by using it, others can save time: passing RAW HTML input to tailwindcss-raw generates the corresponding CSS output.

License

This project is a plugin created for Tailwind CSS by Zoltán Rózsa under the GNU Affero General Public License v3.0 (AGPL-3.0).

Copyright (C) 2025–present Zoltán Rózsa & Tsunamaji

This version is licensed under the AGPL-3.0.
For full license terms, see the LICENSE file.

Credits

This project is made possible by much love and the other open source software.

Name License
tailwindlabs/tailwindcss MIT License © Tailwind Labs, Inc.

Thanks

A special thanks to the Tailwind Labs team and the many contributors for maintaining and distributing Tailwind CSS as open source.

Finally, a heartfelt thank you to the broader open-source community and to the maintainers of the libraries used in this project. Your ongoing efforts make projects like this possible.

Motivation: Because together, nothing is impossible.

About

Interpret the text, then return the appropriate generated CSS via the TailwindCSS engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published