mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
remove screen from media query (#27985)
This commit is contained in:
parent
87cd64e3bf
commit
2b96e9adf1
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user