2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 07:22:11 -06:00
Erik Flowers 8acfe3694e - adding moon phase numbered aliases, 0 through 27
- adding semicolon to end of sass variable for moons
- fixed EDN moon file to add semicolon
2015-08-18 10:55:44 -07:00

40 lines
898 B
Clojure

{:columns [label code]
:outputs
[{:name "../less/icon-variables/variables-moon.less"
:before ""
:join ";\n"
:row [\@ label \: " " \" \\ code \"]
:after ";"}
{:name "../sass/icon-variables/variables-moon.scss"
:before ""
:join ";\n"
:row [\$ label \: " " \" \\ code \"]
:after ";"}
{:name "../less/icon-classes/classes-moon.less"
:before ""
:join "\n"
:row [".wi-" label ":before {content: @" label ";}"]
:after ""}
{:name "../sass/icon-classes/classes-moon.scss"
:before ""
:join "\n"
:row [".wi-" label ":before {content: $" label ";}"]
:after ""}
{:name "../_docs/jade/icon-list-moon.jade"
:before ""
:join "\n"
:row [".icon-wrap" "\n"
" .icon &#x" code \; "\n"
" .icon-name wi-" label "\n"
" .icon_unicode " code \ ""]
:after ""}
]}