Perhaps this is a DOS newline issue? What platform is the OP using?

On Nov 13, 4:03 pm, "Nathan Weizenbaum" <[EMAIL PROTECTED]> wrote:
> I'm not sure what you mean by "the actual css in the browser is double
> spaced, but the regular css file is not." If the CSS text file isn't double
> spaced but it appears that way in the browser, then that's a browser
> rendering bug, not a Sass issue.
>
> On Thu, Nov 13, 2008 at 12:35 PM, knownasilya <[EMAIL PROTECTED]> wrote:
>
> > I have this for a sass style saheet
>
> > body
> >  :background
> >    :color #fff
>
> > body p ol ul td
> >  :font
> >    :family verdana, arial, helvetica, sans-serif
> >  :font
> >    :size 13px
> >  :line-height 18px
>
> > and the output is this:
>
> > body {
>
> >  background-color: #fff; }
>
> > body p ol ul td {
>
> >  font-family: verdana, arial, helvetica, sans-serif;
>
> >  font-size: 13px;
>
> >  line-height: 18px; }
>
> > ....
>
> > Why is it double spaced? is there some sort of option? its currently
> > set as :nested for output.
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to