Yago / Cortana

Nice theme for Trulia's Hologram styleguide generator
http://yago.github.io/Cortana-example
MIT License
71 stars 24 forks source link

Isolating Cortana's theme CSS from application CSS #37

Closed justinhelmer closed 9 months ago

justinhelmer commented 8 years ago

When building a style guide, you might want your style guide to use Cortana, but your app CSS is completely different. In this case, the Cortana CSS and your application CSS will conflict, causing both the Cortana theme and your rendered example output to be impacted.

What you really want is the theme CSS and application CSS to be completely isolated from one another. But how?

Here is my solution; after some refining, it seemed valuable enough to share: (originally posted to the hologram-github-theme issue queue)