Skip to content

Update postcss-custom-media and postcss-nesting#784

Merged
chaance merged 1 commit intomainfrom
chance/bump-postcss-plugins
Feb 3, 2026
Merged

Update postcss-custom-media and postcss-nesting#784
chaance merged 1 commit intomainfrom
chance/bump-postcss-plugins

Conversation

@chaance
Copy link
Copy Markdown
Member

@chaance chaance commented Jan 31, 2026

This updates both postcss-custom-media and postcss-nesting plugins. Updating postcss-custom-media does not affect the build output, while postcss-nesting uses an updated spec for nesting and yields slightly different results:

/* root theme selector structure changed */
- :root:where(:has(.radix-themes[data-is-root-theme='true']:where(.light, .light-theme)))
+ :root:where(:has([data-is-root-theme='true']:is(.radix-themes:where(.light, .light-theme))))

/* pseudo-element selectors changed */
- :where(.rt-CheckboxCardsRoot.rt-variant-surface) .rt-CheckboxCardsItem::before
+ :is(:where(.rt-CheckboxCardsRoot.rt-variant-surface) .rt-CheckboxCardsItem)::before

- .rt-ProgressRoot:where(.rt-variant-soft) :where(.rt-ProgressIndicator)::after
+ :is(.rt-ProgressRoot:where(.rt-variant-soft) :where(.rt-ProgressIndicator))::after

These changes do not appear to impact the actual styling in my testing.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
themes-playground Ready Ready Preview, Comment Feb 3, 2026 1:33am

Request Review

@chaance chaance force-pushed the chance/bump-postcss-plugins branch from 7733f41 to fbf532f Compare February 3, 2026 01:32
@chaance chaance merged commit 556adc4 into main Feb 3, 2026
5 checks passed
@chaance chaance deleted the chance/bump-postcss-plugins branch February 3, 2026 01:45
chaance added a commit that referenced this pull request Feb 3, 2026
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