Actually, that turned out to be pretty easy. Now up on Hackage as shakespeare-2.0.3. Let me know if there are problems.<br><br><div class="gmail_quote">On Wed Jan 14 2015 at 8:44:34 AM Michael Snoyman <<a href="mailto:michael@snoyman.com">michael@snoyman.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">One answer is that Cassius is just a thin wrapper on top of Lucius. You can use a Lucius mixin with Cassius just fine. It's essentially an API oversight that there's no equivalent cassiusMixin function. I'll probably add one in the next few days, thanks for pointing it out.<br><br><div class="gmail_quote">On Wed Jan 14 2015 at 2:14:26 AM Antoni Boucher <<a href="mailto:bouanto@vivaldi.net" target="_blank">bouanto@vivaldi.net</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello.<br>
<br>
How can I create a CSS mixin with Cassius (from Yesod Haskell Web Framework) ?<br>
<br>
For instance, this code:<br>
<br>
    transition val = [cassiusMixin|<br>
    -webkit-transition: #{val}<br>
    -moz-transition: #{val}<br>
    -ms-transition: #{val}<br>
    -o-transition: #{val}<br>
    transition: #{val}<br>
    |]<br>
<br>
does not work because cassiusMixin does not exist.<br>
<br>
Is there a way to create a mixin with cassius?<br>
<br>
If not, is cassius a limited version of lucius?<br>
<br>
Thanks.<br>
______________________________<u></u><u></u>_________________<br>
web-devel mailing list<br>
<a href="mailto:web-devel@haskell.org" target="_blank">web-devel@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/web-devel" target="_blank">http://www.haskell.org/<u></u>mailman<u></u>/listinfo/web-devel</a><br>
</blockquote></div></blockquote></div>