Search code examples
csspolymerpolymer-1.0paper-elements

Can I turn off paper styling on paper elements (globally) in Polymer?


I want to use the Bootstrap theme with paper elements in a Polymer project.

Can I still use the paper elements but turn off their (Material Design) styling globally?


Solution

  • I don't think it's paper-friendly to do that: you should see paper as a bootstrap-like implementation of material design in polymer. Why don't you simply use custom native elements with polymer and style them as you wish (bootstraporwhatever) ?