Skip to content

Commit 434b636

Browse files
authored
Fix intermittent focus ring compilation issue (#6279)
1 parent b09a14e commit 434b636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/@parcel+transformer-css+2.0.0-canary.1565.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index b8dd9f2..fd3c753 100644
77
contents.cssModules.exclude = contents.cssModules.exclude.map(exclude => typeof exclude === 'string' ? (0, _utils().globToRegex)(exclude) : exclude);
88
}
99
+ if (config.searchPath.endsWith('home.global.css')) {
10-
+ contents.pseudoClasses = null;
10+
+ contents = {...contents, pseudoClasses: null};
1111
+ }
1212
return contents;
1313
},

0 commit comments

Comments
 (0)