_From @dmitry on July 5, 2015 15:0_ Currently if I write `.plac` it will find only `.place` class name, and not `.place__header`. ``` sass .place { &__header { } } ``` http://sass-lang.com/documentation/file.SASS_REFERENCE.html#parent-selector _Copied from original issue: atom/language-sass#71_
From @dmitry on July 5, 2015 15:0
Currently if I write
.placit will find only.placeclass name, and not.place__header.http://sass-lang.com/documentation/file.SASS_REFERENCE.html#parent-selector
Copied from original issue: atom/language-sass#71