Skip to content

iminside/typescript-plugin-candy

Repository files navigation

Typescript Plugin Candy

A TypeScript language service plugin providing support for CSS Candy Modules

GitHub Workflow Status (branch) language license

Install

npm i -D typescript-plugin-candy

Once installed, add this plugin to your tsconfig.json:

{
    "compilerOptions": {
        "plugins": [{ "name": "typescript-plugin-candy" }]
    }
}

Use workspace typescript version

Features

Auto-support intellisense for .css, .scss, .sass, .styl modules

Thanks

Brody McKee for typescript-plugin-css-modules

About

A TypeScript language service plugin providing support for CSS Candy Modules

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published