diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/css.ur	Sun Sep 05 12:50:06 2010 -0400
@@ -0,0 +1,6 @@
+style st1
+style st2
+
+fun main () = return <xml><body>
+  <span title="Whoa" class={classes st1 st2}>Hi!</span>
+</body></xml>