From c803d10676be8e1e7927a230526aa4a43d3992d3 Mon Sep 17 00:00:00 2001 From: Monica Dinculescu Date: Tue, 22 Sep 2015 11:43:03 -0700 Subject: [PATCH] split classes styles into separate dom-modules --- classes/iron-flex-layout.html | 4 + classes/iron-shadow-flex-layout.html | 5 + iron-flex-layout-classes.html | 381 +++++++++++++++++++++++++++ iron-flex-layout.html | 28 +- test/index.html | 4 +- test/iron-flex-layout-classes.html | 323 +++++++++++++++++++++++ test/iron-flex-layout.html | 2 +- 7 files changed, 742 insertions(+), 5 deletions(-) create mode 100644 iron-flex-layout-classes.html create mode 100644 test/iron-flex-layout-classes.html diff --git a/classes/iron-flex-layout.html b/classes/iron-flex-layout.html index 283c2a8..0c6aad6 100644 --- a/classes/iron-flex-layout.html +++ b/classes/iron-flex-layout.html @@ -10,6 +10,10 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iron-flex-layout.html b/iron-flex-layout.html index 66934db..7315faf 100644 --- a/iron-flex-layout.html +++ b/iron-flex-layout.html @@ -11,11 +11,33 @@ + + + iron-flex-layout-classes tests + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/iron-flex-layout.html b/test/iron-flex-layout.html index 9c153f3..8dc9b74 100644 --- a/test/iron-flex-layout.html +++ b/test/iron-flex-layout.html @@ -10,7 +10,7 @@ --> - iron-flex-behavior tests + iron-flex-layout tests