virissimo

Results 2 comments of virissimo

I'm having this same issue. Running with `gatsby develop` command, it works fine. But, when I run with `gatsby build` and `gatsby serve`, I get this error: ![image](https://user-images.githubusercontent.com/21102790/91237922-3d2cdf80-e712-11ea-940b-9a657ddbb711.png) React: 16.10.2...

Gatsby has some issues converting css. To know what is wrong you need so check the converted code in the **static** folder. ``` @keyframes my-animation { from { transform: scale(2);...