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 +}