Blame view

assets/plugins/weather-icons-master/_builder/templates.edn 573 Bytes
cf76164e6   Ting Chan   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
  {:columns [label code]
   :outputs
   [{:name   "weather-icons-variables.less"
     :before "@wi-icon-glyphs:
  "
     :join   ",
  "
     :row    [\" label \" " " \" \\ code \"]
     :after  ";"}
  
    {:name   "weather-icons-variables.scss"
     :before "$wi-icon-glyphs: (
  "
     :join   ",
  "
     :row    [\" label \" \: " " \" \\ code \"]
     :after  "
  )"}
  
    {:name   "../icon-list.jade"
     :before ""
     :join   "
  "
     :row    [".icon-wrap" "
  "
              "  .icon &#x" code \; "
  "
              "  .icon-name wi-" label "
  "
              "  .icon_unicode " code \ ""]
     :after  ""}]}