From 015a693c5929a42eec56f0c9cab2d0c3e4d14f47 Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Mon, 21 May 2018 13:26:39 +0300 Subject: [PATCH 1/2] [fix] Typo fix for background-color Added dash to documentation --- docs/styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styling.md b/docs/styling.md index 7c97800e48..6b311763aa 100644 --- a/docs/styling.md +++ b/docs/styling.md @@ -229,7 +229,7 @@ Style definitions of the (``) child component: ```css .root { - backgroundcolor: tomato; + background-color: tomato; border-radius: 50%; } ``` From 2f08276e24db8277944860b22e8259cc3e3300f9 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 21 May 2018 13:32:33 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6d0707d7..2485d1f455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ way to update this template, but currently, we follow a pattern: * [fix] Use https instead of git to access SDK repo for Heroku build (now that the repo is public). TODO: create SDK releases instead of using direct refs to single commit. [#841](https://github.com/sharetribe/flex-template-web/pull/841) +* [fix] Typo fix for background-color + [#842](https://github.com/sharetribe/flex-template-web/pull/842) ## v0.3.0