luxorion_v2
luxorion_v2
KPCKevin Powell - Community
Created by luxorion_v2 on 8/20/2024 in #front-end
Prettier Configuration
So I have a CSS code as below:
h1 > * {
/* some styling */
}
h1 > * {
/* some styling */
}
and prettier tidy it like this:
h1>* {
/* some styling */
}
h1>* {
/* some styling */
}
is there a way to prevent that behavior? or maybe make it reverse, from cluttered to spaced.
3 replies