Mercurial > urweb
view tests/css.ur @ 1292:a671c986f517
Support multiple CSS classes for a single tag
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 05 Sep 2010 12:50:06 -0400 |
parents | |
children | f9e5a8e09cdf |
line wrap: on
line source
style st1 style st2 fun main () = return <xml><body> <span title="Whoa" class={classes st1 st2}>Hi!</span> </body></xml>