So previously on Sage Roots 10, I managed to get my tailwind.config.js custom presets like paddings, margins, colours, font sizes etc built into theme.json on build as an extend.
I’ve just started on v11 from today but not exactly sure how to replicate the same with vite.config.js? I tried creating a tailwind.config.js file in the theme root but couldn’t get it built into theme.json no matter what I tried.
So is there a way to disregard all the Tailwind font-sizes, colours etc and just use my own palette? So I assume I can’t use theme.json variables anymore, like background-color: var(–wp–preset–color–brand-red);