Skip to content

jean0313/cssgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages