jean0313 / cssgen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Generator

a tiny tool using template to generate css files

Usage

config example:

{
  "tpl": "jt.tmpl",
  "config-datas": [
    {
      "out-file-path": "par.css",
      "data": {
        "mainColor": "red",
        "hoverColor": "#fff"
      }
    },
    {
      "out-file-path": "jcmt.css",
      "data" : {
        "mainColor": "green",
        "hoverColor": "#000"
      }
    }
  ]
}

About


Languages

Language:Go 100.0%