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

37 lines
970 B
Clojure

{:columns [direction label code degree]
:outputs
[{:name "../less/icon-variables/variables-wind-names.less"
:before ""
:join ";\n"
:row [\@ label \: " " \" \\ code \"]
:after ";"}
{:name "../sass/icon-variables/variables-wind-names.scss"
:before ""
:join ";\n"
:row [\$ label \: " " \" \\ code \"]
:after ";"}
{:name "../_docs/jade/icon-list-wind.jade"
:before ""
:join "\n"
:row [".icon-wrap" "\n"
" i.wi.wi-wind-default." direction "-" degree "-deg\n"
" .icon-name wi-wind-default." direction "-" degree "-deg\n"
" .icon_unicode " code \ ""]
:after ""}
{:name "../_docs/jade/icon-list-wind-cardinal.jade"
:before ""
:join "\n"
:row [".icon-wrap" "\n"
" i.wi.wi-wind-default.wi-wind-" direction "-" label "\n"
" .icon-name wi-" direction "-" label "\n"
" .icon_unicode " code \ ""]
:after ""}
]}