0.2.6 • Published 9 years ago

torch-css v0.2.6

Weekly downloads
2
License
GNU General Publi...
Repository
github
Last release
9 years ago

torch-css

example torch.json file needed to watch directories and compile:
{
  "watch": [
    "css"
  ],
  "compile": {
    "css/core.scss": "css/core.css"
  }
}