Skip to content
New issue

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

Conflicting suffix selectors #18

Closed
Viijay-Kr opened this issue Oct 27, 2022 · 1 comment · Fixed by #40
Closed

Conflicting suffix selectors #18

Viijay-Kr opened this issue Oct 27, 2022 · 1 comment · Fixed by #40
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@Viijay-Kr
Copy link
Owner

Problem happens when there are more than one suffix selector with the same name

for instance

.grid {
   &-column {
   
   }
}
.flex {
   &-column {
    
   }
}
@Viijay-Kr Viijay-Kr added the bug Something isn't working label Jan 6, 2023
@Viijay-Kr Viijay-Kr added this to the 1.3.1 milestone Jan 7, 2023
@Viijay-Kr Viijay-Kr added the enhancement New feature or request label Jan 7, 2023
@Viijay-Kr
Copy link
Owner Author

This issue is gonna need some enhancements to the parsing of selectors and matching of suffix selectors.

Preferably the logic from https://github.com/microsoft/vscode-css-languageservice

needs to be re invented somehow to figure out some parent child relationship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant