Minify just some selected code instead of an entire file.
Minify Selection: Minify Selected CSS
input
a {
border-color: red;
}
.testclass {
font-size: 20px;
color: green;
}
output
a{border-color: red;}.testclass{font-size: 20px; color: green;}