Created
November 9, 2018 18:29
-
-
Save dearfrankg/d4e88a2eab8c4f2ed014b6c672c01670 to your computer and use it in GitHub Desktop.
styled-jsx-plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": [ | |
[ | |
"next/babel", | |
{ | |
"styled-jsx": { | |
"plugins": [ | |
"styled-jsx-plugin-sass" | |
] | |
} | |
} | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment