Emilio Venegas

Results 3 comments of Emilio Venegas

I would love to see this released too. [The docs](https://ant.design/components/grid/#Col) make it seem like the expected behavior `xs`|`sm`|`md`|`lg`|`xl`|`xxl` > Could be a `span` value or an object containing above props...

I had the same issue, in my case font awesome's CSS was just not getting loaded at all, which resulted in SVGs always showing as large as possible. You can...

@adrianwix If you're also using `styled-components` just copy the code I posted and then insert the `` element anywhere in your app. I put it in my `_app.js` file but...