1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

remove screen from media query (#27985)

This commit is contained in:
Martijn Cuppens
2019-01-07 17:18:43 +01:00
committed by XhmikosR
parent 87cd64e3bf
commit 2b96e9adf1

View File

@@ -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;
}
}