Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xjeeh/5c9c4c14a786034e9d967e1d67bdeebc to your computer and use it in GitHub Desktop.
Save xjeeh/5c9c4c14a786034e9d967e1d67bdeebc to your computer and use it in GitHub Desktop.
styledComponent disableVendorPrefixes in Dev
// App.tsx
const isDev = process.env.NODE_ENV === "development";
<StyleSheetManager disableVendorPrefixes={isDev}>
<App/>
<StyleSheetManager />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment