Skip to content

Commit

Permalink
Add media-query color mode Sass test (#38326)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Mar 26, 2023
1 parent f771171 commit cd89088
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/tests/mixins/_media-query-color-mode-full.test.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
}
}

0 comments on commit cd89088

Please sign in to comment.