Skip to content

fix: use layers for utilities#370

Open
Dr-Wade wants to merge 2 commits into
bcc-code:mainfrom
Dr-Wade:fix/unlayered-utilities
Open

fix: use layers for utilities#370
Dr-Wade wants to merge 2 commits into
bcc-code:mainfrom
Dr-Wade:fix/unlayered-utilities

Conversation

@Dr-Wade
Copy link
Copy Markdown

@Dr-Wade Dr-Wade commented May 15, 2026

Change summary

Fixes an architectural gap where the component library's utility classes lived outside any @layer, making cascade behavior between library utilities, consumer utilities, and PrimeVue component styles dependent on stylesheet load order rather than explicit layer order.

Also added a @source inline to replace all the self-referential ctx-* classes

Change type

  • No review
  • Small PR
  • Big PR
  • Refactor

Closes #368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

library-utilities.css ships unlayered Tailwind utilities, breaking responsive variants for consumers

1 participant