From a37dd13539ccd1f455421bf8fe8653141e4e8e9b Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Sun, 7 Jul 2019 10:50:00 -0400 Subject: [PATCH] clearer note on `noStaticStyleSheet` --- src/Element.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Element.elm b/src/Element.elm index 425eea1..f3f63d2 100644 --- a/src/Element.elm +++ b/src/Element.elm @@ -471,7 +471,7 @@ type alias Option = This option will stop the static/constant stylesheet from rendering. -Make sure to render the constant/static stylesheet at least once on your page! +If you're embedding multiple elm-ui `layout` elements, you need to guarantee that only one is rendering the static style sheet and that it's above ll the others in the DOM tree. -} noStaticStyleSheet : Option