Blame view
assets/plugins/weather-icons-master/_builder/wind.edn
941 Bytes
cf76164e6 20190709 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
{:columns [direction label code degree] :outputs [{:name "../less/icon-variables/variables-wind-names.less" :before "" :join "; " :row [\@ label \: " " \" \\ code \"] :after ";"} {:name "../sass/icon-variables/variables-wind-names.scss" :before "" :join "; " :row [\$ label \: " " \" \\ code \"] :after ";"} {:name "../_docs/jade/icon-list-wind.jade" :before "" :join " " :row [".icon-wrap" " " " i.wi.wi-wind." direction "-" degree "-deg " " .icon-name wi-wind." direction "-" degree "-deg " " .icon_unicode " code \ ""] :after ""} {:name "../_docs/jade/icon-list-wind-cardinal.jade" :before "" :join " " :row [".icon-wrap" " " " i.wi.wi-wind.wi-" direction "-" label " " " .icon-name wi-" direction "-" label " " " .icon_unicode " code \ ""] :after ""} ]} |