mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 07:22:11 -06:00
10 lines
257 B
Clojure
10 lines
257 B
Clojure
|
{:columns [label code]
|
||
|
:outputs
|
||
|
[{:name "../less/icon-classes/classes-wind-degrees.less"
|
||
|
:before ".@{wi-css-prefix}-wind-default { \n"
|
||
|
:join "}\n"
|
||
|
:row [\ \ \& ".point-" label "-deg {.wind-rotate(" code "deg);"]
|
||
|
:after "} \n}"}
|
||
|
|
||
|
]}
|