Monday, 15 April 2013

dart - Using Bootjack CSS in child Polymer elements -



dart - Using Bootjack CSS in child Polymer elements -

i started using bootjack, cant utilize classes in polymer elements if have imported css file in index.html. work if import css in each component (which prints warning utilize css file multiple times). there way utilize css file index.html?

you can configure polymer transformer not inline css files warnings go away.

example question:

class="lang-yaml prettyprint-override">transformers: - polymer: inline_stylesheets: lib/bootstrap/css/bootstrap.min.css: false lib/css/op.css: false lib/font-awesome-4.2.0/css/font-awesome.min.css: false

as far know bootjack doesn't provide shadow dom back upwards hence there no other way referencing file in every element (might still not work in cases).

dart polymer bootjack

No comments:

Post a Comment