You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
erikflowers_weather-icons/_builder/templates.edn

23 lines
573 B
Plaintext

{:columns [label code]
:outputs
[{:name "weather-icons-variables.less"
:before "@wi-icon-glyphs:\n"
:join ",\n"
:row [\" label \" " " \" \\ code \"]
:after ";"}
{:name "weather-icons-variables.scss"
:before "$wi-icon-glyphs: (\n"
:join ",\n"
:row [\" label \" \: " " \" \\ code \"]
:after "\n)"}
{:name "../icon-list.jade"
:before ""
:join "\n"
:row [".icon-wrap" "\n"
" .icon &#x" code \; "\n"
" .icon-name wi-" label "\n"
" .icon_unicode " code \ ""]
:after ""}]}