Skip to content

Commit

Permalink
Disable is() selector (#1722)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Rohan <rohan@github.com>
  • Loading branch information
simurai and jonrohan authored Dec 21, 2022
1 parent 3cea518 commit 0186096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cuddly-scissors-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

Disable `is()` selector
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
stage: 2,
// https://preset-env.cssdb.org/features/#stage-2
features: {
'nesting-rules': true,
'nesting-rules': { noIsPseudoSelector: true },
'focus-visible-pseudo-class': false,
'logical-properties-and-values': false,
'custom-media-queries': {
Expand Down

0 comments on commit 0186096

Please sign in to comment.