Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iminside/typescript-plugin-candy

A TypeScript language service plugin providing support for CSS Candy Modules
https://github.com/iminside/typescript-plugin-candy

typescript

Last synced: 19 days ago
JSON representation

A TypeScript language service plugin providing support for CSS Candy Modules

Awesome Lists containing this project

README

        

# Typescript Plugin Candy

A TypeScript language service plugin providing support for [CSS Candy Modules](https://github.com/iminside/candy-loader)


GitHub Workflow Status (branch)
language
license

![](https://habrastorage.org/webt/1g/5v/uo/1g5vuorp3cjov5rejpuxbgdy43c.gif)

## Install

```bash
npm i -D typescript-plugin-candy
```

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

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

Use workspace typescript version

![](https://habrastorage.org/webt/hn/zr/_k/hnzr_kimoimx66k_t_xxhkrkkkg.png)

## Features

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

## Thanks

Brody McKee for [typescript-plugin-css-modules](https://github.com/mrmckeb/typescript-plugin-css-modules)