Skip to content

Commit

Permalink
fix: remove abstractions from build process for grid and keyframe (#2842
Browse files Browse the repository at this point in the history
)

* fix: remove abstractions from build process for grid and keyframe
  • Loading branch information
castastrophe committed Jun 13, 2024
1 parent 956a066 commit 4cd3a15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/thin-jeans-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@spectrum-css/coachindicator": patch
"@spectrum-css/dialog": patch
"@spectrum-css/menu": patch
"@spectrum-css/progressbar": patch
"@spectrum-css/progresscircle": patch
---

Updated CSSNano plugin to toggle reduceIdent off to prevent invalid abstractions from breaking named grid templates.
1 change: 1 addition & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = ({
"cssnano-preset-advanced",
{
colormin: false,
reduceIdents: false,
discardComments: {
removeAllButFirst: true,
},
Expand Down

0 comments on commit 4cd3a15

Please sign in to comment.