We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b689e commit 1522d4bCopy full SHA for 1522d4b
1 file changed
vite.config.ts
@@ -30,7 +30,7 @@ function decoratorPreset(options: Record<string, unknown>) {
30
31
export const VITE_PLUGINS: PluginOption[] = [
32
stylex.vite({
33
- useCSSLayers: true,
+ useCSSLayers: false, // Ideally true, but this creates issues with global styles
34
propertyValidationMode: 'throw',
35
// Stylex is not well integrated in the Vite CSS pipeline
36
// https://github.com/facebook/stylex/issues/1378
0 commit comments