Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>css-importNew to Visual Studio Code? Get it now.
css-import

css-import

christian-larons

|
263 installs
| (0) | Free
Lets you add css from node modules for autocompletion
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

css-import README

Provides autocomplete for utility classes and CSS variables in node_modules

Features

Autocomplete for utility classes and CSS variables in node_modules

Extension Settings

Requires .vscode/.cssImport.json file with the following entries

{
    "cssUtilityPath": "node_modules/[path to css]",
    "cssVariablesPath": "node_modules/[path to css]"
}

Known Issues

Does not watch .cssImport.json so extension needs to be reloaded after changes.

Does only support one file

Release Notes

0.1.0

Mainly for my own use

0.1.1

Change activation

0.1.2

Change repository

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