Page 1 of 1

X3 Gallery and Tailwind Css

Posted: 12 Jan 2026, 06:59
by agjimmy69
Hello,

I have a question. Is it possible to use Tailwind CSS for custom styles with X3 Gallery?

Re: X3 Gallery and Tailwind Css

Posted: 12 Jan 2026, 21:23
by mjau-mjau
You could always load tailwind into X3, and then use the classes. Keep in mind, your assigned class styles will blend, or in most cases override, any existing styles from X3. You would probably need to create or export the CSS styles you want to use, since Tailwind seems to come as a JS module by default. I'm not sure how good of an idea it is, but if it's useful and serves a purpose, I guess why not ...