From fa3caf854e01dbe5847357f4b2922b770a9832c5 Mon Sep 17 00:00:00 2001 From: Chris Olsen Date: Sun, 1 Feb 2015 09:42:23 -0700 Subject: [PATCH] add whitespace between style name and opening curly brace --- templates/styles/Component.css | 4 ++-- templates/styles/Component.less | 4 ++-- templates/styles/Component.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/styles/Component.css b/templates/styles/Component.css index 2bb362b..912c840 100644 --- a/templates/styles/Component.css +++ b/templates/styles/Component.css @@ -1,3 +1,3 @@ -.<%= classedName %>{ +.<%= classedName %> { border: 1px dashed #f00; -} \ No newline at end of file +} diff --git a/templates/styles/Component.less b/templates/styles/Component.less index 2bb362b..912c840 100644 --- a/templates/styles/Component.less +++ b/templates/styles/Component.less @@ -1,3 +1,3 @@ -.<%= classedName %>{ +.<%= classedName %> { border: 1px dashed #f00; -} \ No newline at end of file +} diff --git a/templates/styles/Component.scss b/templates/styles/Component.scss index 2bb362b..912c840 100644 --- a/templates/styles/Component.scss +++ b/templates/styles/Component.scss @@ -1,3 +1,3 @@ -.<%= classedName %>{ +.<%= classedName %> { border: 1px dashed #f00; -} \ No newline at end of file +}