Skip to content

My own color not working #544

Answered by techinp
techinp asked this question in Help
Discussion options

You must be logged in to vote

I found the thing that make my project can't use custom theme

if your project use styled-component and set ssr: true in .babelrc file the new css in custom theme will not working

here is my code
.babelrc

{
  "presets": ["next/babel"]
  "plugins": [["styled-components", { "ssr": true }]] // this line
}

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by techinp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants