iron-flex-layout-css
v1.0.0
Published
CSS extract from Google's <iron-flex-layout> component that provides simple ways to use CSS flexible box layout
Downloads
13
Maintainers
Readme
iron-flex-layout-css
CSS extract (without vendor prefixes) from Google's <iron-flex-layout> web component that provides simple ways to use CSS flexible box layout. It's really an easy and efficient way to build any kind of layout.
Reason
Custom elements cannot import external stylesheets using the "usual way" (<link rel="stylesheet">) because that does not work in the shadow DOM (find more details here).
Guides
Find more information how to use CSS classes in official guide from Polymer.