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