Skip to content

Commit

Permalink
remove screen from media query
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Jan 5, 2019
1 parent d1067d7 commit 8984b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_transition.scss
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 8984b85

Please sign in to comment.