TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
44 stars 8 forks source link

Unable to nest anchor tags inside list-item tags #19

Closed mainangethe closed 5 years ago

mainangethe commented 5 years ago

Describe the bug When creating nav bar styles within an unordered list tag. The system auto corrects the nesting without properly considering the anchor tag.

To Reproduce Create an unordered list tag and add some styles Nest a list-item tag and add some styles Also nest an anchor tag inside the list-item tag Save the .sass file

Expected behavior I expect the system to honor my nesting and recognize the anchor tag as a nesting inside the list-item tag. However it is autocorrecting and pushing the anchor tag as a nesting inside the unordered list rendering it's styles as part of the list item tag and not the anchor.

Screenshots sass-lint-issue

Desktop (please complete the following information):

TheRealSyler commented 5 years ago

@mainangethe should be fixed in 1.6.4, if it isn't please reopen this issue.