Add option to handle line comments syntax supported by [sass](https://sass-lang.com/documentation/syntax/comments): ```css .selector // comment the entire line after this point ``` This should probably be added as an optional setting: `parse(selector: string, options: {lineComment: boolean})`
Add option to handle line comments syntax supported by sass:
.selector // comment the entire line after this pointThis should probably be added as an optional setting:
parse(selector: string, options: {lineComment: boolean})