Here ya go!
http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#whitespace_removal__and_
:brad
Brevity disclaimer: Sent from my iPhone
---
bradley grzesiak
co-founder, bendyworks llc
On Feb 13, 2010, at 2:00, Patrick Aljord <[email protected]> wrote:
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
.
--
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.