Skip to content
#

iconsets

Here are 22 public repositories matching this topic...

jkjustjoshing
jkjustjoshing commented Oct 23, 2018

I'm trying to use icono-chain with a Bootstrap-style CSS reset. One part of this is:

* {
    box-sizing: border-box;
}

However, it seems that icono assumes the box sizing on the :before and :after elements will be content-box (browser default). Since setting the box-sizing of every element to border-box is fairly common, content-box should explicitly be set on `[class*

krzysztofspilka
krzysztofspilka commented Dec 27, 2018

We need to extend the current setup to maximize the potential of our SVG icon set. Specifically, each time we add a new icon, the following sequence should be run:

  1. Create an optimized SVG version of the icon,
  2. Create a PNG version of the icon,
  3. Create a larger PNG version of the icon (2x - for Retina screens),
  4. Create a symbol sprite from SVGs,
  5. Create an icon font from SVGs,

Improve this page

Add a description, image, and links to the iconsets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the iconsets topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.