MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
833 stars 110 forks source link

Compass 1.0 selectors #180

Closed Sirk closed 7 years ago

Sirk commented 10 years ago

Hi all,

As in the new Compass version we can write (for bem users) :

.element {
    &__child {
        width:10px;
    }
}

which outputs :

.element__child {
    width:10px;
}

It would be nice to not highlight this sintax as an error (like in the capture above) :

capture d ecran 2014-09-30 a 11 09 00

Thanks !

djfarly commented 9 years ago

:+1:

ivayloc commented 9 years ago

:+1: Hope this will be supported soon

bozhidarc commented 9 years ago

:+1:

renarsvilnis commented 9 years ago

:+1: But it's not only related to compass as sass also supports the parent selector