Open
Description
bootstrap-4.5.0
sassc-2.4.0
ruby-2.6.6
rails-5.2.4.3
SassC::SyntaxError: Error: You may not @extend selectors across media queries.
Use "@extend %responsive-container-xl !optional" to avoid this error.
on line 62:7 of vendor/bundle/ruby/2.6.0/gems/bootstrap-4.5.0/assets/stylesheets/bootstrap/mixins/_breakpoints.scss, in mixin `media-breakpoint-up`
from line 23:14 of vendor/bundle/ruby/2.6.0/gems/bootstrap-4.5.0/assets/stylesheets/bootstrap/_grid.scss
from line 16:9 of vendor/bundle/ruby/2.6.0/gems/bootstrap-4.5.0/assets/stylesheets/_bootstrap.scss
I think here
https://github.com/twbs/bootstrap-rubygem/blob/v4.5.0/assets/stylesheets/bootstrap/_grid.scss#L34
we are using @extend
, inside @media
https://github.com/twbs/bootstrap-rubygem/blob/v4.5.0/assets/stylesheets/bootstrap/mixins/_breakpoints.scss#L61
Metadata
Metadata
Assignees
Labels
No labels