google / styleguide

Style guides for Google-originated open-source projects
https://google.github.io/styleguide/
Apache License 2.0
37.32k stars 13.3k forks source link

styleguide.css doesn't follow https://google.github.io/styleguide/htmlcssguide.html #796

Closed saritpatnaik closed 11 months ago

saritpatnaik commented 11 months ago

The styleguide.css doesn't follow the formatting and style rules for HTML and CSS. Especially this https://google.github.io/styleguide/htmlcssguide.html#Selector_and_Declaration_Separation https://google.github.io/styleguide/htmlcssguide.html#Shorthand_Properties

tonyruscoe commented 11 months ago

Acknowledged. This is because the stylesheets were written many years ago, before the HTML/CSS Style Guide had even been written. I’ll make some quick updates to make them more compliant but don’t want to mess about with them too much.