begriffs / styleguide_rails

generate a living styleguide with one command
MIT License
69 stars 10 forks source link

jquery mobile breaks styleguide styles #29

Open begriffs opened 11 years ago

begriffs commented 11 years ago

It injects a div in between the page body and our elements, which breaks direct descendent selectors in our css.

We need to make our styleguide-specific css more flexible, but not so flexible that it tampers with styles applied within the widgets themselves.