Kevin Powell - CommunityKP-C
Kevin Powell - Communityβ€’3y agoβ€’
7 replies
j0hnnyhnrx

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.
Was this page helpful?