alkozp / WDX-180

Web Development X
GNU General Public License v3.0
6 stars 0 forks source link

space css selectors and { #2

Open vasokaloutsa opened 10 months ago

vasokaloutsa commented 10 months ago

It's better to add a space between the css selectors and { . ex. html{-> html {

https://github.com/alkozp/WDX-180/blob/a1d70c83752e51348eedcbaf64a12db60277899e/user/week01/exercises/day04/cern/style.css#L1

alkozp commented 10 months ago

Should I fix this issue? Can I rewrite this stylesheet file?

kostasx commented 10 months ago

Can you try right-clicking on the file and selecting "Format document" @alkozp ?

Perhaps the built-in VSCode formatter can help in here, otherwise check for third-party formatters such as Prettier.