If you want to use something like SASS for CSS, there are gems for that (or use LESS), but I'd never expect such functionality to be built into in Camping - that's one of the things I *like* about it: a small functional default set that works, with options for other ways left to me. BTW the only CSS variables I ever wanted (or used with various methods) are for colours, and you can even do that with SSI.

Also, __END__ isn't solely a Camping thing, it's an option with any Ruby script (as it is with Perl), so no need to use it if you don't want to.

 - DaveE

Actually I think it's not logical that you can build HTML by default using Markaby, but you can't build CSS in the same way. And I hate the trick with __END__ and appended CSS code.

You never need to insert any variables into your CSS code. (If you do, you're doing it wrong.)

-- Matma Rex

_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to