I've implemented four frameworks in sass now, and I'm pretty sure the syntax change you're suggesting isn't going to be widely used. I will take a look at your code, it's likely that the approach you're taking is sub-optimal and there's a better way to do it. Compass is not just a blueprint port to sass. It is a platform for building and distributing sass frameworks. I know of three sass frameworks that are currently being built on top of compass, and the compass website that is being designed right now will make promoting compass extensions a central part of the site. Additionally compass makes sass work on any project type, not just rails/sinatra/merb/etc. We have users of wordpress, django, .NET, java, etc all using sass now.
chris On Tue, Jul 7, 2009 at 10:30 AM, The Wicked Flea <[email protected]>wrote: > > On Jul 7, 12:10 pm, Chris Eppstein <[email protected]> wrote: > > You can write a custom sass function in ruby to perform more complex > > computation when SassScript doesn't cut it. > > Well, I think this may be used enough that we might need this as a > SassScript extension. Right now I'm using the command line sass > compiler to compile my stylesheet. > > > If you're planning on distributing your framework, you can make it a > > compass extension, and that will make it easier to bundle and load > > your extension. Also, compass provides tons of great tools to make > > installing your framework a breeze. > > I am planning on distributing my framework; because of its immaturity > I'm leaving it in its own repository (http://github.com/rk/Griddle/ > tree/master). Now that it is functional, I will be creating my own > layout for a blog of mine and testing my work. I have yet to try > Compass, so I'll have to give it a shot soon. > > Though, if you guys wouldn't mind helping me promote this so I can get > some feedback, I'd be delighted. I can only test so much by myself. > > Flea > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
