Vjacheslav Trushkin
Vjacheslav Trushkin
Custom emoji picker that uses emojis available in Elk is in development. It is a complex task, so it will take a while.
> @cyberalien we can just switch the emoji set to twitter one [emoji-mart already support it](https://missiveapp.com/open/emoji-mart) 😉 Yes, I think for now it makes sense. Even though emoji set can...
Looks good 👍
Author of Iconify here. A bit late to the party, but I've discovered this amazing project only this week, when attempting to create video tutorials for Iconify 👋 To address...
> There is no problem with the code that needs to be fixed. There is. Overflowing text is not cut when opacity is 1, but it is cut when opacity...
Issues: - If icon contains ``, it can be applied to all icons in sprite, which is not intended behavior. - If icon contains CSS animation (added via style), it...
After testing sprites, I'm not sure adding support for CSS sprites is a good idea because of massive amount of bugs. **TLDR** CSS sprites are rendered correctly in all browsers...
It doesn't reduce CSS size. Standard SVG: `content` Entry for one icon in sprite: `content` So entry for one icon in sprite is actually bigger than icon when its not...
While CSS size is smaller, sprite is loaded anyway, so it is just splitting content. Alternative solution to splitting content is to reference a second CSS, which assigns encoded SVG...
After a lot of consideration, I think CSS sprites is not a good idea. Bugs mentioned above are big issues, the biggest one by far is aspect ratio in Chrome....