This elm module provides strongly typed selectors for
Classes.CssClasses
The CSS classes for styling the window chrome
class : CssClasses -> Html.Attribute msg
Helper lets you keep type checking of selectors all the way to call site.
classList : List ( CssClasses, Basics.Bool ) -> Html.Attribute msg
Helper lets you keep type checking of selectors all the way to call site.