tst-import-less

1.0.1 • Public • Published

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 }
    ]
  }
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tst-import-less

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    2.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • hookyns