Parse error for loop
Closed this issue · 3 comments
gucong3000 commented
$ node -p "require('./').parse('@each $el in $empty\n\t.el-#{$el}\n\t\tcontent: $el').toString(require('./'))"
@each $el in $empty
.el-#{el}
content: $el
This is a little different than expected:
@each $el in $empty
- .el-#{$el}
+ .el-#{el}
content: $el
AleshaOleg commented
Will be fixed by this #26
AleshaOleg commented
@gucong3000 is this issue can be closed now?