Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GitLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
projects.thm.de
GitLab
Commits
2004b30e
Commit
2004b30e
authored
Oct 24, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable SpaceAroundOperator in scss-lint
parent
cb38290a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.scss-lint.yml
.scss-lint.yml
+1
-1
modal.scss
app/assets/stylesheets/framework/modal.scss
+1
-1
note_form.scss
app/assets/stylesheets/pages/note_form.scss
+1
-1
No files found.
.scss-lint.yml
View file @
2004b30e
...
...
@@ -201,7 +201,7 @@ linters:
# Operators should be formatted with a single space on both sides of an
# infix operator.
SpaceAroundOperator
:
enabled
:
fals
e
enabled
:
tru
e
# Opening braces should be preceded by a single space.
SpaceBeforeBrace
:
...
...
app/assets/stylesheets/framework/modal.scss
View file @
2004b30e
...
...
@@ -3,7 +3,7 @@
padding
:
15px
;
.form-actions
{
margin
:
-
$gl-padding
+
1
;
margin
:
-
$gl-padding
+
1
;
margin-top
:
15px
;
}
...
...
app/assets/stylesheets/pages/note_form.scss
View file @
2004b30e
...
...
@@ -8,7 +8,7 @@
.diff-file
.diff-content
{
tr
.line_holder
:hover
>
td
.line_note_link
{
opacity
:
1
.0
;
filter
:
alpha
(
opacity
=
100
);
filter
:
alpha
(
opacity
=
100
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment