Skip to content

Commit

Permalink
Fix intermittent focus ring compilation issue (#6279)
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Apr 29, 2024
1 parent b09a14e commit 434b636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/@parcel+transformer-css+2.0.0-canary.1565.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index b8dd9f2..fd3c753 100644
contents.cssModules.exclude = contents.cssModules.exclude.map(exclude => typeof exclude === 'string' ? (0, _utils().globToRegex)(exclude) : exclude);
}
+ if (config.searchPath.endsWith('home.global.css')) {
+ contents.pseudoClasses = null;
+ contents = {...contents, pseudoClasses: null};
+ }
return contents;
},
Expand Down

1 comment on commit 434b636

@rspbot
Copy link

@rspbot rspbot commented on 434b636 Apr 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.