Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/markdown/CSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Our websites are built mobile first, using performant CSS. Well-structured CSS y

Not every animation brings pleasure to the end user. In some cases motion can trigger harmful reactions from users with vestibular disorders, epilepsy or even migraines.

The `prefer-reduced-motion` CSS media feature does not currently have the widest support, but is active in [Safari and Firefox](https://caniuse.com/#feat=prefers-reduced-motion)). However, we still recommend applying it, as it is simple to implement and affords a better experience for those using supported browsers.
The `prefer-reduced-motion` CSS media feature currently has good support, as it is available in [most modern browsers](https://caniuse.com/#feat=prefers-reduced-motion)). We recommend applying it, as it is simple to implement and affords a better experience for those using supported browsers.

Here is an example:

Expand Down