One note about closing div tags... if you use firebug and select
source code by a div region, it will only take until the end of the
div tag so rather than:
<div id="content">
...
</div><!-- end #content-->
I prefer
<div id="content">
...
<!-- end #content--></div>
so that when viewing code through firebog I can see the corresponding
comment to be sure things are in the proper place.
When you do create formatting options I would love to see that style
as a possibility
On Feb 1, 10:02 am, Chris Abad <[EMAIL PROTECTED]> wrote:
> Hmm.. Sass is completely new to me, but looks nice. How stable is it?
> How close is it to being finished? Any write-ups on it?
>
> Also, looking at the rendered CSS, I'm surprised it isn't formatted
> in a way that is more readable.
>
> I personally like the suggestions offered
> here:http://www.huddletogether.com/2006/02/16/practical-web-development-tips/
>
> Note also the suggestion about keeping track of closing div's. I used
> to do that before I started using HAML. Might be nice to have that
> available as an optional setting.
>
> Here's an example of one of my
> stylesheets:http://outlandi.sh/stylesheets/application.css
>
> On Feb 1, 2007, at 7:58 AM, bobes wrote:
>
>
>
> > I'm using Sass and it's very nice. Check out the latest Haml source
> > code and look in the test/sass/templates directory for some examples.
> > You should be able to use it easily even without documentation.
>
> > On Feb 1, 2:45 pm, "Tino Breddin" <[EMAIL PROTECTED]> wrote:
> >> Hi,
>
> >> there is already work going on. Sass is meant to be what you are
> >> looking for. Have a look into the sources.
>
> >> Bye,
> >> Tino
>
> >> 2007/2/1, Thibaud Guillaume-Gentil <[EMAIL PROTECTED]>:
>
> >>> Hi,
>
> >>> I like rails for server code, now I like HAML for coding html but we
> >>> still lack a proper/clean/pure way of writing CSS!
>
> >>> Do you know an HAML like for CSS?
>
> >>> Thank's
>
> >>> Thibaud Guillaume-Gentil
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---