zachacole / Simple-Grid

A simple, lightweight CSS grid
881 stars 119 forks source link

why you style html and .container.? #27

Open mboveiri opened 5 years ago

mboveiri commented 5 years ago

Hi. They are used extensively, and not-safe to be re-style by a framework.

Slluxx commented 5 years ago

Thats nonsense. the html and body tag by default have a margin which looks ugly and take away usefull space. almost every site on the internet did just the same as this framework did. It is just as save as restyling a div or span.

Whats the problem with styling the class container? If you dont like it, dont use it or just rename the class. Its more of a bad habit to use multiple frameworks than using one that chose "container" for the base class.