Re: [web2py] SASS experience

2010-05-04 Thread Thadeus Burgess
I use clevercss for large projects, which is similar to SASS. However, for dynamic css I use it as a template. And for small apps I just write css straight up in the static folder. -- Thadeus On Tue, May 4, 2010 at 9:12 AM, Carl wrote: > hi, > > Is anyone using SASS to manage their CSS defi

[web2py] SASS experience

2010-05-04 Thread Carl
hi, Is anyone using SASS to manage their CSS definitions? http://sass-lang.com/ And if so, how have you managed web2py's css files? thanks