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

Support for »Responsive Icons« #10

Open jkphl opened 10 years ago

jkphl commented 10 years ago

Similar to CSS pseudo classes, iconizr could natively support Responsive Icons, which means several versions of single icons that depend on screen / device / display metrics. This would require means of expressing the conditions under which a certain icon version should be shown. iconizr would simply have to generate the appropriate CSS media queries around the respective icon versions.