I've tried using SASS, which works fine. It takes a little work to set up - I moved the theme css files to a SASS folder inside public/stylesheets, and rewrote them a little. I used the .scss incarnation of SASS. Since Hobo is Rails, its not really different from using SASS in Rails after you set it up. I would think that to use HAML you'd have to *not* use DRYML, at least for those pages. I've not tried this.
On Mar 28, 2011, at 1:24 PM, jzakiya wrote: > In perusing this forum's archives, I saw some past discussion on > using HAML (or HAMLike) templates in Hobo. I didn't however see, > (or I missed it) see a discussion with using SASS (or SASSlike) for > CSS creation. > > So..... > > 1) Does Hobo allow the use of HAML for view templating? > 2) Does Hobo allow the use of SASS for CSS in views? > 3) What is the current status, or intent, for providing for either of > these > is future Hobo versions. > > Thanks -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
