2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 15:32:13 -06:00

23 lines
573 B
Clojure
Raw Normal View History

2015-07-31 17:04:10 -07:00
{:columns [label code]
:outputs
[{:name "weather-icons-variables.less"
:before "@wi-icon-glyphs:\n"
:join ",\n"
:row [\" label \" " " \" \\ code \"]
:after ";"}
{:name "weather-icons-variables.scss"
:before "$wi-icon-glyphs: (\n"
:join ",\n"
:row [\" label \" \: " " \" \\ code \"]
:after "\n)"}
{:name "../icon-list.jade"
:before ""
:join "\n"
:row [".icon-wrap" "\n"
" .icon &#x" code \; "\n"
" .icon_name wi-" label "\n"
" .icon_unicode " code \ ""]
:after ""}]}