Closed ovsw closed 5 years ago
Hi @ovsw! I'm not really sure, to be completely honest. Since this is just a usage example and not the actual project, this would probably be a better question in the bradlc/babel-plugin-tailwind-components repo.
I'm going to close this issue, but if you find a solution and want to PR a change into this example, that would be hugely appreciated.
Thanks!
When following readme to use your setup in my own gatsby 2 project, I get error:
When replacing
import styled from 'react-emotion'
withimport styled from '@emotion/styled'
I get eeror:How to make it work with emotion 10?