1.0.1 • Published 5 years ago

tst-import-less v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

TypeScript Transformer Plugin

Transformer transpiling extensions of imported styles from less to css. Eg. import "./someStyleFile.less" to import "./someStyleFile.css"

This transformer is compatible with ttypescript. Add transformer to tsconfig.json

{
  "compilerOptions": {
    // ...
    "plugins": [
      { "transform": "tst-import-less", "after": false }
    ]
  }
}