-
I'm trying to use a grid layout on hextra, vanilla install, nothing too crazy. I can use I am fine if there's a response that hextra does not include the full tailwind css by default, but it is really strange that the website mentions being able to use tailwind as a feature while I can't use tailwind. Or is this a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems the wording caused confusion. Hugo doesn’t support Tailwind out of the box, and Hextra separates its own utility classes (like .hx-grid) from user-defined Tailwind classes to keep things clean and lightweight. If you want full Tailwind support, you’ll need to integrate it manually. I believe there were some previous discussions threads. |
Beta Was this translation helpful? Give feedback.
Seems the wording caused confusion.
Tailwind is used internally for building the Hextra theme itself, but it’s not bundled or supported for use in your own content or layouts by default.
Hugo doesn’t support Tailwind out of the box, and Hextra separates its own utility classes (like .hx-grid) from user-defined Tailwind classes to keep things clean and lightweight. If you want full Tailwind support, you’ll need to integrate it manually. I believe there were some previous discussions threads.