svg-fallback icon indicating copy to clipboard operation
svg-fallback copied to clipboard

Results 9 svg-fallback issues
Sort by recently updated
recently updated
newest added

Отличный плагин! Но почему то отказывается красить иконки и создавать модификации размеров. Подскажите, пожалуйста, в чем может быть дело?

Firstly, great plugin! I read about it in Sara Soueidan's chapter on SVG in the Smashing Book Volume 5. When I tried to run the task using the default config...

For doing so we could replace the existing colors with `currentColor`, then move those colors to `svgicon-…` classes, so you could override them in CSS. There are a lot of...

Right now the `color` from `config.json` won't apply for existing colors, but there are cases when you'd need to redefine all colors at some icons, without removing all the `fill`s...

Like this: ![image](https://cloud.githubusercontent.com/assets/177485/5955127/aff02fd8-a7b0-11e4-92a2-0fcf78aa2b30.png) File that gives me this errory fallback: https://gist.github.com/kizu/898304c5f02d741548e1

``` ``` becomes ``` ``` note how `9\n1` became `91`. I think we should just go and try using SVGO once again, disabling all the plugins except for the ones...

Remove symbols with modifications from library.

bug

To provide support of old browsers in generated code without adding this classes later.

enhancement