mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
Add media-query color mode Sass test (#38326)
This commit is contained in:
parent
f77117141d
commit
cd890881cb
1 changed files with 8 additions and 0 deletions
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…
Reference in a new issue