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