miso-css-0.0.1: test/Miso/Css/Test/Th/DotAdotB.hs
module Miso.Css.Test.Th.DotAdotB where
import Miso.Css.Test.StyleMock hiding (a, b)
[css|.a.b {}|]
test_t = """<div class="a b"></div>""" `go` div_ =. a =. b
module Miso.Css.Test.Th.DotAdotB where
import Miso.Css.Test.StyleMock hiding (a, b)
[css|.a.b {}|]
test_t = """<div class="a b"></div>""" `go` div_ =. a =. b