8000 GitHub - bryaneaton13/vscode-minify-selection: Minify selected code in VSCode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bryaneaton13/vscode-minify-selection

 
 

Repository files navigation

Minify selection

Minify just some selected code instead of an entire file.

Commands:

  • Minify Selection: Minify Selected CSS

Language support

CSS

input

a {
    border-color: red;
}

.testclass {
    font-size: 20px;
    color: green;
}

output

a{border-color: red;}.testclass{font-size: 20px; color: green;}

About

Minify selected code in VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0