darrenkopp / SassyStudio2013

Visual Studio 2013 extension adding additional SCSS support
19 stars 5 forks source link

Extending complex selectors disables SCSS compilation #10

Closed equinox-and-solstice closed 9 years ago

equinox-and-solstice commented 9 years ago

When using @extend, I attempted to extend a complex selector, .navbar-nav > li > a, with the following statement: @extend .navbar-nav > li > a. This statement will compile once, but afterward the file will never compile again. I also tried @extend .navbar-nav>li>a, but to no avail. There are no warnings or errors associated with attempting this kind of extension.

Ultimately, I don't know if this is a Visual Studio 2013 issue or a SassyStudio2013 issue. Would it be possible to warn / issue an error to users if they attempt to extend complex selectors?

equinox-and-solstice commented 9 years ago

Compilation fails on any error...just a stepping stone here...