From b8fd12d649362ecfc58520dab929660f2d298f7d Mon Sep 17 00:00:00 2001 From: Dan Beam Date: Tue, 19 Apr 2016 11:57:11 -0700 Subject: [PATCH 1/2] add more style[include] doc --- src/lib/custom-style.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/lib/custom-style.html b/src/lib/custom-style.html index f730d80b60..f218185d5a 100644 --- a/src/lib/custom-style.html +++ b/src/lib/custom-style.html @@ -54,7 +54,27 @@ } - + + + + + + + + + @@ -89,6 +109,8 @@ * Specify `include` to identify a `dom-module` containing style data which * should be used within the `custom-style`. By using `include` style data * may be shared between multiple different `custom-style` elements. + * + * To include multiple `dom-modules`, use `include="module1 module2"`. */ include: String }, From d339b2806c42c853ba04009e0b005d810697b824 Mon Sep 17 00:00:00 2001 From: Dan Beam Date: Wed, 20 Apr 2016 14:15:15 -0700 Subject: [PATCH 2/2] remove HTML comment --- src/lib/custom-style.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/custom-style.html b/src/lib/custom-style.html index f218185d5a..273f6a4923 100644 --- a/src/lib/custom-style.html +++ b/src/lib/custom-style.html @@ -56,8 +56,6 @@ - -