Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CSS Module TypedNew to Visual Studio Code? Get it now.
CSS Module Typed

CSS Module Typed

Sanonz

|
462 installs
| (0) | Free
Creates .d.ts files from css-modules .css/.less/.scss/.sass/.styl files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CSS Module Typed

logo

Creates .d.ts files from css-modules .css/.less/.scss/.sass/.styl files

Install

Install deps first:

# require
npm install typed-css-modules

# if you need less
npm install less

# if you need scss/sass
npm install sass

# if you need stylus
npm install stylus

Modules can be installed globally. yarn is supported.

To switch the package manager (npm or yarn), you need to change the settings npm.packageManager of the built-in module vscode.npm.

Usage

put

// @type

or

/* @type */

ahead of your .css/.less/.scss/.sass/.styl file, and save, you will get a d.ts file in same directory.

preview

img

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft