Yassien

Results 18 comments of Yassien

Since this is probably not getting fixed in the near future (if ever), does anyone have a workaround?

Nope, using fomantic's CSS doesn't add the icons i need, those icons are missing from [Fomantic's website ](https://fomantic-ui.com/elements/icon.html#brands) too.

Facebook, instagram, twitter, linkedin for example are missing

Hmm i think my cache was messed up, i'll see if i can get it working with Fomantic.

Just in case this happens to someone; the semantic UI icons are working but they were getting blocked by my ad blocker.

Well, i posted this almost a year ago and it didn't get much attention from devs or library maintainers. You can surely try opening a PR though

I'm not sure if this answers your question or not, but ```@xstyled/styled-components``` exposes all utility prop types, in my project i use this: ``` import styled, { color, space, SpaceProps,...

I thought a one liner would be expected and is a feature of this plugin as per the documentation: https://cssinjs.org/jss-plugin-expand?v=v10.0.0-alpha.9 If not i guess the documentation should be updated for...

I simply omit the html color property from the types, it's redundant anyway. I would rather do that than use the short form xstyled props since i think 1 letter...

> > Why do we have `w`, `h`, `p`, `m` then? > > Legacy decision. Given that it's been around for a while, hesitant to remove, but don't want to...