Closed bruunoromero closed 1 year ago
Hello,
I found a bug on hide function inside the Grid module. It code is:
hide : Device -> Style a hide device = cs <| case device of All -> "" _ -> "mdl-cell--hide-" ++ suffix device
the last hyphen in "mdl-cell--hide- is unecessary because suffix device alredy has a hyphen at it start.
"mdl-cell--hide-
suffix device
Hello,
I found a bug on hide function inside the Grid module. It code is:
the last hyphen in
"mdl-cell--hide-
is unecessary becausesuffix device
alredy has a hyphen at it start.