jkphl / iconizr

A PHP command line tool for converting SVG images to a set of CSS icons (SVG & PNG, single icons and / or CSS sprites) with support for image optimization and Sass output. Created by Joschi Kuphal (@jkphl), licensed under the terms of the MIT license
http://iconizr.com
MIT License
485 stars 36 forks source link

Selector bug in SVG sprite Sass files #6

Closed jkphl closed 11 years ago

jkphl commented 11 years ago

There's an error in Sass files created for SVG sprite icons. The suffix -dims (which is used for controlling the size of an icon) is also used for the rule identifying the icon image itself, which renders the whole file pretty useless.

jkphl commented 11 years ago

Fixed with commit dbd388a2f4867b97a1dab977bd035e4fc30a9d72.