hugeinc / styleguide

A tool to make creating and maintaining style guides easy.
http://hugeinc.github.io/styleguide
MIT License
1.87k stars 170 forks source link

bootstrap .container class overwriting the styleguide's one #74

Open alanmarcos opened 8 years ago

alanmarcos commented 8 years ago

Not really an issue, more like a sugestion of improvement: the whole styleguide is currently wrapped around a <main> tag with a .container class, which is the same name used by bootstrap to wrap it's grids, so when i import my website's css it just overwrites your styles and kinda breaks the whole thing.

Since bootstrap has one of the most popular grid frameworks, it makes sense to change the class name.

It is my first time using it and so far it's been simple and easy to understand, so thank you :)

caiovaccaro commented 8 years ago

Of course @alanmarcos ! We missed that. We will change it.

Thank you!