diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-07 17:18:43 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-07 18:18:43 +0200 |
| commit | 2b96e9adf129bf39bfd56efeecfdb9123bb7acd9 (patch) | |
| tree | c77c10aa8aaeb862a25bd339867dbe2c8ad95b35 | |
| parent | 87cd64e3bfc9fcd36d8f2908054ade76f1937915 (diff) | |
| download | bootstrap-2b96e9adf129bf39bfd56efeecfdb9123bb7acd9.tar.xz bootstrap-2b96e9adf129bf39bfd56efeecfdb9123bb7acd9.zip | |
remove screen from media query (#27985)
| -rw-r--r-- | scss/mixins/_transition.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_transition.scss b/scss/mixins/_transition.scss index 485f76c76..8ce35a6b8 100644 --- a/scss/mixins/_transition.scss +++ b/scss/mixins/_transition.scss @@ -9,7 +9,7 @@ } @if $enable-prefers-reduced-motion-media-query { - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { transition: none; } } |
