frontend - Into @include Breakpoint not can insert @extend or other @include in Sass -


i had take project had begun in project using sass , extension of breakpoints (breakpoint-sass.com), found following code compile gave me error:

.main-menu {   @include breakpoint(930px) {     @extend %layout-adaptive;     // error gulp   } } 

the extend exists, tried in different ways, error happens include breakpoint inserting breakpoint.

any idea if there alternative solution?

enter image description here


Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -