We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi salesforce UX team!
When I parse a SCSS selector made of a list of selector, I've got a punctuation type instead of a list:
{type: 'selector', value: [ {type: 'class', value: [ [Object] ]}, {type: 'punctuation', value: ','}, {type: 'space', value: '\n'}, {type: 'class', value: [ [Object] ]}, { ... } ]}
Could it be more explicit / useful to have a real list of selector ?
{type: 'selector', value: [ {type: 'selector', value: [ {type: 'class', value: [ [Object] ]} ]}, {type: 'selector', value: [ {type: 'space', value: '\n'}, {type: 'class', value: [ [Object] ]} ]}, { ... } ]}
Thanks for sharing this tool!
Cheers, Thomas.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi salesforce UX team!
When I parse a SCSS selector made of a list of selector, I've got a punctuation type instead of a list:
Could it be more explicit / useful to have a real list of selector ?
Thanks for sharing this tool!
Cheers,
Thomas.
The text was updated successfully, but these errors were encountered: