A Unity package for using Tailwind CSS in Unity UI Toolkit
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
A Unity library that let user style Unity UI Toolkit elements using Tailwind CSS. This library let users create a file to customize the default classes from Tailwind CSS and add new ones. The library will then generate a stylesheet that can be used in Unity UI Toolkit.
To get a local copy up and running follow these simple example steps.
You should have a Unity project with UI Toolkit installed.
+
button on the top left cornerAdd package from git URL...
[email protected]:UrionBlade/unity-tailwindcss.git
and press Add
Create > Tailwind Generator Settings
Generate
to generate the stylesheetTailwind Generator Settings
inspector. The generator will use the configuration file to generate the stylesheet.Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Adds some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
Matteo Poli - @MatteoPoli15 - matteo.poli4@gmail.com
Project Link: https://github.com/UrionBlade/unity-tailwindcss