summaryrefslogtreecommitdiffstats
path: root/scss/tests/mixins/_media-query-color-mode-full.test.scss
blob: 00ed82d6f6cb83247295cb41bf5f71d87ed0d3e7 (plain)
1
2
3
4
5
6
7
8
$color-mode-type: media-query;

@import "../../bootstrap";

@include describe("global $color-mode-type: media-query") {
  @include it("compiles entirely Bootstrap CSS with media-query color mode") { // stylelint-disable-line block-no-empty
  }
}