Hi, first time user of Sage here. I don’t develop much in the way of WP sites, more used to Laravel to this project looks really promising.
I’m having trouble with Tailwind. I configured etc all fine and am wanting to extract some classes to a component as outlined here: Reusing Styles - Tailwind CSS
The trouble is that I’m getting the error: @apply cannot be used with .p-2 because .p-2 is included in multiple rulesets.
Which doesn’t seem like it should be a problem as it’s what is specified in the docs. I’m not really sure how to debug this. Is it a PostCSS issue, or some config somewhere?
I have encountered this issue as well — however, if I recall correctly, not necessarily within Sage projects. Can you share the context that .p-2 is being applied in?