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.
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.
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.
This project is made possible by much love and the other open source software.
| Name | License |
|---|---|
| tailwindlabs/tailwindcss | MIT License © Tailwind Labs, Inc. |
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.