Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: keep selector list in dist output of not pseudo-class #2740

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/eight-spiders-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@spectrum-css/calendar": patch
"@spectrum-css/combobox": patch
"@spectrum-css/datepicker": patch
"@spectrum-css/menu": patch
"@spectrum-css/picker": patch
"@spectrum-css/slider": patch
"@spectrum-css/stepper": patch
---

Build change to remove the `postcss-preset-env` polyfill for the dist output of `:not` selectors containing multiple selectors, to avoid an unintended increase in specificity, which caused some visual regressions.
1 change: 0 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ module.exports = ({
// https://github.com/jsxtools/focus-within
"focus-within-pseudo-class": true,
"font-format-keywords": true,
"not-pseudo-class": true,
"opacity-percentage": true,
// https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme
"prefers-color-scheme-query": true,
Expand Down
Loading