From 591c87fb88e65a9d47baf6f45022a85426fec60e Mon Sep 17 00:00:00 2001 From: mosn <5232329+mosn@users.noreply.github.com> Date: Sat, 22 Jun 2019 23:08:23 +0200 Subject: [PATCH] doc improvement --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b457fd50..2087d399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -928,7 +928,7 @@ Another focus was the handling of exceptional & special states like [empty state ### Media Query Generator -To simplify the usage of [media queries][mdn-mq] with [styled-components][gh-51], a utility function to generate [media templates][stc-docs-mqt]has been implemented. It uses the `min-width` parameter to fulfill the used _mobile-first_ approach. The base size that is used has been implemented as theme property in [#54][gh-55-diff-r49]. +To simplify the usage of [media queries][mdn-mq] with [styled-components][gh-51], a utility function to generate [media templates][stc-docs-mqt] has been implemented. It uses the `min-width` parameter to fulfill the used _mobile-first_ approach. The base size that is used has been implemented as theme property in [#54][gh-55-diff-r49]. ### Initial Media Queries