Skip to content

Commit 2a713ad

Browse files
committedJul 18, 2016
cleaned up sass-lint warnings and elevated them to be errors
1 parent 714c2b2 commit 2a713ad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎.sass-lint.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
rules:
22
force-element-nesting: 2
3-
force-pseudo-nesting: 2
3+
force-pseudo-nesting: 2
4+
no-trailing-whitespace: 2
5+
empty-line-between-blocks: 2
6+
nesting-depth:
7+
- 2
8+
- max-depth: 3

‎src/theme/nav/_navbar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
a {
1414
@extend %h1;
15-
15+
1616
&:visited,
1717
&:active {
1818
@extend %h1;

0 commit comments

Comments
 (0)
Please sign in to comment.