You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running stylelint over just copied from this project sass file I noticed this:
scss/drupal-bootstrap/component/_filter.scss
⚠ Expected a placeholder selector (e.g. %placeholder) to be used in @extend scss/at-extend-no-missing-placeholder
Running stylelint over just copied from this project sass file I noticed this:
scss/drupal-bootstrap/component/_filter.scss ⚠ Expected a placeholder selector (e.g. %placeholder) to be used in @extend scss/at-extend-no-missing-placeholder
drupal-bootstrap-styles/src/3.x.x/8.x-3.x/scss/drupal-bootstrap/component/_filter.scss
Line 15 in 9a9f753
I assume it refers to
clearfix
mixing from Bootstrap source files (bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss:13) then the line should be@extend .clearfix;
?The text was updated successfully, but these errors were encountered: