Skip to content

Instantly share code, notes, and snippets.

@talentlessguy
Created November 9, 2019 17:16
Show Gist options
  • Save talentlessguy/067a77e2baab0adb4986743c8f35bd15 to your computer and use it in GitHub Desktop.
Save talentlessguy/067a77e2baab0adb4986743c8f35bd15 to your computer and use it in GitHub Desktop.
Styled JSX + PostCSS
module.exports = {
presets: [
[
'next/babel',
{
'styled-jsx': {
plugins: [
[
'styled-jsx-plugin-postcss',
{
path: __dirname + '/postcss.config.js'
}
]
]
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment