[web-devel] cassius and tag folding.

Ian Duncan iand675 at gmail.com
Sun Mar 13 04:49:59 CET 2011


Cassius doesn't currently support nested CSS, so your best bet is to just write plain CSS for those parts and put it into the static folder.

Sent from my iPod

On Mar 12, 2011, at 9:08 PM, jason foutz <jfoutz at gmail.com> wrote:

> I'm getting started with Yesod and some html5 stuff.
> 
> The actual CSS should look something like
> 
> .flexbox {
>  display: -webkit-box;
>  -webkit-box-orient: horizontal;
> 
>  display: -moz-box;
>  -moz-box-orient: horizontal;
> 
>  display: box;
>  box-orient: horizontal;
> }
> 
> but when i do this in cassius
> .flexbox
>    display: box
>    display: -moz-box
>    display: -webkit-box
> 
>    box-orient: horizontal
>    -moz-box-orient: horizontal
>    -webkit-box-orient: horizontal
> 
> the display: get's flattened down to the last value listed.
> 
> Is there a good way to do this?
> 
> Thanks for any advice.
> 
> Jason
> 
> _______________________________________________
> web-devel mailing list
> web-devel at haskell.org
> http://www.haskell.org/mailman/listinfo/web-devel



More information about the web-devel mailing list