Skip to content

Instantly share code, notes, and snippets.

@hrdtbs
Last active May 22, 2021 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrdtbs/a6b3b25a93cb773482f3b47ddaed90dc to your computer and use it in GitHub Desktop.
Save hrdtbs/a6b3b25a93cb773482f3b47ddaed90dc to your computer and use it in GitHub Desktop.
nextjs, styled-jsx with post-css
{
"presets": [
[
"next/babel",
{
"styled-jsx": {
"plugins": ["styled-jsx-plugin-postcss"]
}
}
]
]
}
{
"dependencies": {
"postcss-nested": "^4.1.0",
"styled-jsx-plugin-postcss": "^0.1.3"
},
"postcss": {
"plugins": {
"postcss-nested": {}
}
}
}
@movahedan
Copy link

Thanks for your sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment