From 0d68702deae9ad76d7cb6600a814ce80c2ed6781 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 17 Jul 2019 10:32:01 +0200 Subject: [PATCH] typos --- changelog.md | 4 ++++ sass/_library/_base.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c8c2567..b5840b5 100644 --- a/changelog.md +++ b/changelog.md @@ -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)` diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index 31b800d..3c9152e 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -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;