This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Support autocomplete for referenced parent selectors #50
Open
Description
From @dmitry on July 5, 2015 15:0
Currently if I write .plac
it will find only .place
class name, and not .place__header
.
.place {
&__header {
}
}
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#parent-selector
Copied from original issue: atom/language-sass#71