mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Add media-query
color mode Sass test (#38326)
This commit is contained in:
parent
f77117141d
commit
cd890881cb
8
scss/tests/mixins/_media-query-color-mode-full.test.scss
Normal file
8
scss/tests/mixins/_media-query-color-mode-full.test.scss
Normal file
@ -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…
x
Reference in New Issue
Block a user