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?
Comments
Post a Comment