Skip to content

Commit

Permalink
Fix generated CSS containing a bunch of :not(#\#)s.
Browse files Browse the repository at this point in the history
See [this issue](facebook/stylex#370) for more info.
  • Loading branch information
vinceau committed Jan 23, 2024
1 parent 1e74e74 commit 28f5db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .erb/configs/webpack.config.renderer.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ const configuration: webpack.Configuration = {
type: "commonJS",
rootDir: webpackPaths.rootPath,
},
useCSSLayers: true,
appendTo: "style.css",
}),

Expand Down

0 comments on commit 28f5db8

Please sign in to comment.