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