Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iminside/typescript-plugin-candy
- Owner: iminside
- License: mit
- Created: 2022-03-06T19:29:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T14:30:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T17:57:29.448Z (2 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
![](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)