j0hnnyhnrx
KPCKevin Powell - Community
•Created by j0hnnyhnrx on 12/7/2023 in #os-and-tools
Line wraps after comma CSS
Hey guys!
So when I'm on css and add commas like:
h1 , h2 {
color : Black
}
Automatically, after the comma, it's going to wrap to the next line:
h1,
h2 {
color: Black
)
How can I change it and have it on the same line?
I use prettier and was wondering if this might be a setting issue.
8 replies