summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-30 14:30:06 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-30 14:30:06 -0600
commitd80b8ed6d45f62bbd0d394c3c3a00d554f5aead9 (patch)
tree757207fdbbf4cc871945867bce362c7bc1ef77f6 /app/assets/stylesheets/pages/lint.scss
parent2fb7392ed7afeb47cfaae4059426aeda45a12cff (diff)
downloadgitlab-ce-d80b8ed6d45f62bbd0d394c3c3a00d554f5aead9.tar.gz
Enable SpaceBeforeBrace rule for SCSS Lint
Also resolve all instances of spaces not being included before opening braces.
Diffstat (limited to 'app/assets/stylesheets/pages/lint.scss')
-rw-r--r--app/assets/stylesheets/pages/lint.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/lint.scss b/app/assets/stylesheets/pages/lint.scss
index 6d2bd33b28b..6926448519e 100644
--- a/app/assets/stylesheets/pages/lint.scss
+++ b/app/assets/stylesheets/pages/lint.scss
@@ -1,9 +1,9 @@
.ci-body {
- .incorrect-syntax{
+ .incorrect-syntax {
font-size: 19px;
color: red;
}
- .correct-syntax{
+ .correct-syntax {
font-size: 19px;
color: #47a447;
}