mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 07:22:11 -06:00
21 lines
446 B
Clojure
21 lines
446 B
Clojure
{:columns [label code degree]
|
|
:outputs
|
|
[{:name "../less/icon-variables/variables-wind-names.less"
|
|
:before ""
|
|
:join ";\n"
|
|
:row [\@ label \: " " \" \\ code \"]
|
|
:after ";"}
|
|
|
|
|
|
{:name "../_docs/jade/icon-list-wind.jade"
|
|
:before ""
|
|
:join "\n"
|
|
:row [".icon-wrap" "\n"
|
|
" .icon &#x" code \; "\n"
|
|
" .icon_name wi-" label "\n"
|
|
" .icon_unicode " code \ ""]
|
|
:after ""}
|
|
|
|
|
|
]}
|