ThinkAlexandria / window-manager / Css.ThinkAlexandria.WindowManager.Selectors

This elm module provides strongly typed selectors for


type alias CssClasses =
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.