Currently multiline comments as follows: ```SASS /* * test * test */ ``` are not supported. Also inline comments as follows: ```SASS color: #ddd // comment ``` This can mislead a user by not showing the corret color, or even break the parser. #8 AST can resolve this
Currently multiline comments as follows:
are not supported. Also inline comments as follows:
color: #ddd // commentThis can mislead a user by not showing the corret color, or even break the parser. #8 AST can resolve this