Is there a Vs code extension to for CSS that prettify comma separated values as in image?

Viewed 59

I want the comma separated value not to lie on same line instead lie on different line,

.container{
color:red;
backgroud-image:linear-gradient(red,yellow),      
                linear-gradient(grey,purple); //like this 
texta-align:center;
}

Example:

enter image description here

0 Answers
Related