1.0.0 • Published 7 years ago

iron-flex-layout-css v1.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

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.