Cole Bemis
Cole Bemis
We intentionally prevent custom-ratios in octicons to avoid distorting the icons. There's more information in our usage guidelines on sizing: https://primer.style/octicons/guidelines/usage#sizing
@broccolini Yep π
Thanks for putting together this awesome list, @codex-zaydek! > Core features: Download SVG (legacy user expectation) Copy SVG (more current user expectation) Open SVG in a new page? (better for...
That'd be awesome! This code block seems like a good starting point: https://github.com/feathericons/feathericons.com/blob/master/src/pages/index.js#L16-L21
Hmm, I'm not noticing any lag anymore. Is search still sluggish for you, @johnletey?
Thanks for opening this issue, @bernaferrari. Iβm planning to add controls that will allow you to customize properties (like color and stroke width) from the website before downloading. This will...
Since I donβt want to compromise the quality of the icon set, I like to thoroughly review each icon before adding it. And unfortunately, between school and work, I donβt...
Thanks for flagging this, @mesqueeb! I just tested with Safari 13.1 on macOS Catalina 10.15.4 and it worked. What versions are you using?
Debouncing the update seems like a great idea @aashutoshrathi! Would be a happy to review a PR for this
Ah, @aashutoshrathi what if we set those variables using inline styles on the Wrapper instead of inside the styled component definition? Like this: ``` ``` I think this would prevent...