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

26 lines
694 B
Clojure
Raw Normal View History

2015-07-31 18:35:59 -07:00
{:columns [direction label code degree]
2015-07-31 17:04:10 -07:00
:outputs
[{:name "../less/icon-variables/variables-wind-names.less"
:before ""
:join ";\n"
:row [\@ label \: " " \" \\ code \"]
:after ";"}
2015-07-31 18:35:59 -07:00
{:name "../sass/icon-variables/variables-wind-names.scss"
:before ""
:join ";\n"
:row [\$ label \: " " \" \\ code \"]
:after ";"}
2015-07-31 17:04:10 -07:00
{:name "../_docs/jade/icon-list-wind.jade"
:before ""
:join "\n"
:row [".icon-wrap" "\n"
2015-07-31 18:35:59 -07:00
" .wi.wi-wind-default.point-" degree "-deg\n"
" .icon-name wi-wind-default.point-" degree "-deg\n"
" .icon-name " direction "\n"
2015-07-31 17:04:10 -07:00
" .icon_unicode " code \ ""]
:after ""}
]}