BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
37973bc1
Unverified
Commit
37973bc1
authored
Apr 16, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable the EmptyRule SCSS Linter.
Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter.
parent
5048064d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
13 deletions
+1
-13
.scss-lint.yml
.scss-lint.yml
+1
-1
files.scss
app/assets/stylesheets/framework/files.scss
+0
-4
selects.scss
app/assets/stylesheets/framework/selects.scss
+0
-3
monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+0
-2
graph.scss
app/assets/stylesheets/pages/graph.scss
+0
-3
No files found.
.scss-lint.yml
View file @
37973bc1
...
...
@@ -65,7 +65,7 @@ linters:
# Reports when you have an empty rule set.
EmptyRule
:
enabled
:
fals
e
enabled
:
tru
e
# Reports when you have an @extend directive.
ExtendDirective
:
...
...
app/assets/stylesheets/framework/files.scss
View file @
37973bc1
...
...
@@ -82,10 +82,6 @@
}
}
&
.blob_file
{
}
&
.blob-no-preview
{
background
:
#eee
;
text-shadow
:
0
1px
2px
#fff
;
...
...
app/assets/stylesheets/framework/selects.scss
View file @
37973bc1
...
...
@@ -121,9 +121,6 @@
}
}
.select2-container-multi
.select2-choices
.select2-search-choice
{
}
.select2-drop-active
{
margin-top
:
6px
;
font-size
:
14px
;
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
37973bc1
...
...
@@ -111,8 +111,6 @@
.vg
{
color
:
#f8f8f2
}
/* Name.Variable.Global */
.vi
{
color
:
#f8f8f2
}
/* Name.Variable.Instance */
.il
{
color
:
#ae81ff
}
/* Literal.Number.Integer.Long */
.gh
{
}
/* Generic Heading & Diff Header */
.gu
{
color
:
#75715e
;
}
/* Generic.Subheading & Diff Unified/Comment? */
.gd
{
color
:
#f92672
;
}
/* Generic.Deleted & Diff Deleted */
.gi
{
color
:
#a6e22e
;
}
/* Generic.Inserted & Diff Inserted */
...
...
app/assets/stylesheets/pages/graph.scss
View file @
37973bc1
...
...
@@ -18,9 +18,6 @@
}
.graphs
{
.graph-author-commits-count
{
}
.graph-author-email
{
float
:
right
;
color
:
#777
;
...
...
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