This elm module provides strongly typed selectors for the elm port of GitHub's primer-css framework
class : Classes.CssClasses -> Html.Attribute msg
Helper lets you keep type checking of selectors all the way to call site.
classList : List ( Classes.CssClasses, Basics.Bool ) -> Html.Attribute msg
Helper lets you keep type checking of selectors all the way to call site.