diff --git a/styleguide-app/Examples/Page.elm b/styleguide-app/Examples/Page.elm index eb962a82..da472d9f 100644 --- a/styleguide-app/Examples/Page.elm +++ b/styleguide-app/Examples/Page.elm @@ -42,7 +42,7 @@ example = , view = \_ -> [ Css.Global.global - [ Css.Global.selector "[data-page-container]" + [ selector "[data-page-container]" [ Css.displayFlex , Css.flexWrap Css.wrap ]