Hello, fellow Hamlites! Prompted by a request by pimpmaster, I've added support for "partials" in Sass. How is this different that @import? It's not, really. The thing is that now you can prepend your imported templates with underscores (e.g. "_constants.sass"), and they won't be directly rendered as CSS. You can also import them without using the underscore. Fun stuff.
Unfortunately, pimpmaster's auxiliary request (figuring out which templates are imported by a given template and using that to help decide whether or not to render a new stylesheet) isn't working yet. Patches are, of course, welcome. - Nathan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
