hi @divinerites
2 years ago i had the same issue with tailwindcss, but thanks to some hugo experts who made a very easy to follow guides on use of tailwind in hugo:
- @bwintx Making Tailwind JIT work with Hugo | BryceWray.com
- @regis Using `hugo_stats` extractor for Tailwind 3? - #6 by nternetinspired
- @bep GitHub - bep/hugo-starter-tailwind-basic: A basic and simple to set up Hugo with TailwindCSS starter project.
- @baker A Hugo minimal boilerplate with TailwindCSS + JIT + Tailwind/typography
So the reason i am here now is that while styleX similar to tailwindcss is a separate tool the complications to use those tools in Hugo sometime are not easy to figure out. Tailwind for example in nextjs with all the required tools is a simple command npm install -D tailwindcss postcss autoprefixer
but in hugo was not that straight forward and took very long time until some people figureout how to properly integrate it in hugo.
So i am hoping to get similar expert feedback on the use of StyleX in hugo there might be some work around.
Thanks