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: 11 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T14:30:30.000Z (over 4 years ago)
- Last Synced: 2025-01-26T01:17:43.684Z (over 1 year ago)
- Topics: typescript
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 5
- 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)

## 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

## 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)