Comment on Haml Sucks for ContentparentComments−chriseppsteinOP16yYou can use the alligator operators to trim surrounding and internal whitespace. E.g. .foo> This has no whitespace outside the foo div. .foo< This has no whitespace just inside the foo div. .foo>< This has no whitespace outside or inside. http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#wh...−coderdude16yIncredible, they even thought of that. I guess Haml isn't so bad after all. Time to check it out.
Comments
You can use the alligator operators to trim surrounding and internal whitespace. E.g.
http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#wh...Incredible, they even thought of that. I guess Haml isn't so bad after all. Time to check it out.