Skip to content

TiroZit/vscode-extract-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECSStractor for VS Code

Port of the IntelliJ plugin from /Users/tirozit/projects/intellij-extract-css for Visual Studio Code.

Features

  • Extracts class names from HTML, JSX, Vue, PHP, Pug, and similar markup.
  • Works on the full document or only the current selections.
  • Generates CSS, SCSS, SASS, LESS, or Stylus output.
  • Supports optional BEM nesting with configurable separators.
  • Writes the result into a new stylesheet tab or directly to the clipboard.

Command

  • ECSStractor: Extract CSS

Settings

  • ecsstractor.target: newFile or clipboard
  • ecsstractor.language: css, scss, sass, less, stylus
  • ecsstractor.bem
  • ecsstractor.bemComments
  • ecsstractor.bemElementPrefix
  • ecsstractor.bemModifierPrefix

Development

npm install
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors