Hello guys hopefully this community can help me out. 

I posted a semi-related question about this on StackOverflow 
<http://stackoverflow.com/questions/28217310/polymer-core-item-selected-issue>
 

However, I have a slightly more general question. Lets say I want to skin a 
core-toolbar. Add no functionality to it just simply change the color, 
bg-color, and some other general things for a project I'm working on to use 
their branding colors, fonts etc. 

Should I create a component called "companyA-toolbar" (which is what the 
StackOverflow question is about) OR should I just have some classes I can 
apply to the core-toolbar to make it look the way I want?

core-toolbar.companyA {
  color: purple;
  background: gold;
  ......
}




Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/7cc7a27a-5784-4588-886b-94024559850d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to