Hi all,
is it possible to get Tailwind CSS running inside matrix 6?
I’m really curious about exploring bootstrap alternatives.
Thanks
Hi all,
is it possible to get Tailwind CSS running inside matrix 6?
I’m really curious about exploring bootstrap alternatives.
Thanks
Short answer is yes.
Longer answer, it depends on your development process. If you develop the markup and CSS outside Matrix, e.g. with Node JS, you can also take advantage of three shaking features that offered by some bundlers so we don’t actually need to use all Tailwind CSS, rather just the ones you actually use.
Hope that helps.