mirror of https://github.com/twbs/bootstrap.git
Add `media-query` color mode Sass test (#38326)
This commit is contained in:
parent
f77117141d
commit
cd890881cb
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue