tablexi / txi_rails_hologram

Living style guides using Hologram and Rails
MIT License
1 stars 0 forks source link

Add CSS Reset to Hologram styles #6

Open ebinion opened 8 years ago

ebinion commented 8 years ago

It turns out several styles in Hologram rely on CSS resets, but Hologram is inheriting the resets from our Rails app resets. I think we should implicitly add those styles to the necessary style guide components.

ebinion commented 8 years ago

@theotherzach I keep coming back to encapsulating styles for the style guide. Do you have any experience with Shadow DOM or Polymer?

theotherzach commented 8 years ago

I actually don't. If Polymer doesn't require any heavy build tooling then it might be worth looking in to.

On Mar 31, 2016, at 5:37 PM, Ezekiel Binion notifications@github.com wrote:

@theotherzach I keep coming back to encapsulating styles for the style guide. Do you have any experience with Shadow DOM or Polymer?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub

ebinion commented 8 years ago

Cool. I had a chance to chat with @wtfluckey about this. She may be taking a look into it if she has some time available.