gitlab-org--gitlab-foss/app/assets/stylesheets/pages/lint.scss
connorshea d80b8ed6d4 Enable SpaceBeforeBrace rule for SCSS Lint
Also resolve all instances of spaces not being included before opening
braces.
2016-03-30 14:30:06 -06:00

10 lines
141 B
SCSS

.ci-body {
.incorrect-syntax {
font-size: 19px;
color: red;
}
.correct-syntax {
font-size: 19px;
color: #47a447;
}
}