mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 08:04:59 +02:00
Add media-query
color mode Sass test (#38326)
This commit is contained in:
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user