public
Description: A little script to convert color palettes to Sass constant sets
Homepage: http://yapok.org/blog/
Clone URL: git://github.com/madx/gp2sass.git
gp2sass / README
100644 10 lines (5 sloc) 0.288 kb
1
2
3
4
5
6
7
8
9
10
== gp2sass
 
gp2sass is a small utility to convert a color palette to a Sass constant set.
 
Right now it only supports GIMP palettes (.gpl)
 
Run gp2sass --help for a full list of options.
 
You may want to chmod +x gp2sass and to put it in a folder known by yout PATH environment variable.