mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 15:32:13 -06:00
26 lines
694 B
Clojure
26 lines
694 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"
|
|
" .wi.wi-wind-default.point-" degree "-deg\n"
|
|
" .icon-name wi-wind-default.point-" degree "-deg\n"
|
|
" .icon-name " direction "\n"
|
|
" .icon_unicode " code \ ""]
|
|
:after ""}
|
|
]}
|