This issue has been dogging me for a while now.
I’ve noticed that if I have an indented block of Haml, like so:
.some-block
.some-block__child
and I try to add curly braces to the parent element… like so:
.some-block{
.some-block__child
the indented children get wrapped in the closing curly brace… sometimes…
.some-block{
.some-block__child
}
Much frustrate. Here’s a screengrab.