This commit is contained in:
Raphael 2019-07-17 10:32:01 +02:00
parent 3b40b8af06
commit 0d68702dea
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## Changelog v8.0.0 (xxx 2019)
- corrections typo
## Changelog v7.1.2 (30 janvier 2019)
- ajout de la règle `@media (prefers-reduced-motion: reduce)`

View File

@ -2,7 +2,7 @@
/* ==Base (basic styles) */
/* ----------------------------- */
/* disable animations styles when reduced rotion is enabled */
/* disable animations styles when reduced motion is enabled */
@media (prefers-reduced-motion: reduce) {
* {
animation: none !important;