typos
This commit is contained in:
parent
3b40b8af06
commit
0d68702dea
2 changed files with 5 additions and 1 deletions
|
@ -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)`
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue