rsnext/examples/with-tailwindcss-emotion/.babelrc
First Kanisorn Sutham ff5dcacc2e Add the example of Tailwind CSS with emotion (#8931)
* Add the example of tailwindcss with emotion

* Add README.md

* Fix Unexpected trailing comma.

* Update the readme, and use latest Next.js version
2019-10-16 22:51:53 -05:00

4 lines
72 B
Text

{
"presets": ["next/babel"],
"plugins": [["emotion"], ["macros"]]
}