The installation guide only works for projects without a custom tailwind.config.cjs and, most importantly, without any "@apply" directive.
I only manage to make i work be referencing the config file on each component style that makes use of apply and/or the theme:
@config "../../tailwind.config.cjs";
Did anyone had any luck with this?