clearer note on noStaticStyleSheet

This commit is contained in:
Matthew Griffith 2019-07-07 10:50:00 -04:00
parent 8f0ce1358e
commit a37dd13539

View File

@ -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