bug: error when using transition property in tailwindcss + emo… (#12027)

This commit is contained in:
coktopus 2020-04-20 14:42:13 +05:30 committed by GitHub
parent 2c0ed5e80c
commit a6beed01eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ import tw from 'tailwind.macro'
*/
const Header = styled.div`
${tw`font-mono text-sm text-gray-800 hover:text-red-500`}
transition: .150s ease-in-out;
`
const Button = styled.button`