Skip to content

Adopt Prettier Tailwind ordering for @apply directives - #78

Merged
thomasgallagher merged 1 commit into
mainfrom
css-apply-prettier-ordering
May 10, 2026
Merged

Adopt Prettier Tailwind ordering for @apply directives#78
thomasgallagher merged 1 commit into
mainfrom
css-apply-prettier-ordering

Conversation

@thomasgallagher

Copy link
Copy Markdown
Collaborator

Update the CSS formatting convention in AGENTS.md and styles.css to follow the Prettier Tailwind plugin's group order (layout, sizing, spacing, typography, backgrounds, borders, effects, transitions, interactivity), and reorder all multi-line @apply blocks across styles.css to comply.

Update the CSS formatting convention in AGENTS.md and styles.css to
follow the Prettier Tailwind plugin's group order (layout, sizing,
spacing, typography, backgrounds, borders, effects, transitions,
interactivity), and reorder all multi-line @apply blocks across
styles.css to comply.
@claude

claude Bot commented May 10, 2026

Copy link
Copy Markdown

Review

This PR reorders directives across to follow the Prettier Tailwind plugin group order (layout → sizing → spacing → typography → backgrounds → borders → effects → transitions → interactivity), and updates to document this convention.

No functional changes are present - all reorderings are purely cosmetic. Tailwind's generated CSS ordering is determined by its own internal rules, not by the order of utilities in , so these changes carry no CSS behaviour risk.

Ship - Pure formatting alignment with no logic changes.

@thomasgallagher
thomasgallagher merged commit 2c87634 into main May 10, 2026
4 checks passed
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.

1 participant