Hey all,

If I do the following:

%span.state
   foo

and in sass:

.state
  text-decoration: underline

It create a span like that: <span class="state"> foo </span>

The problem is that it adds a white space after the inner text "foo "
in that case and as a consequence it underlines that white space after
foo which I don't want.

Any way to fix that?

Thanks in advance,

Pat

-- 
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