Skip to content

Commit

Permalink
Fix CODEOWNERS and sass lint paths (#63552) (#63614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Apr 15, 2020
1 parent d90106e commit 0bb117d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ files:
- 'x-pack/legacy/plugins/canvas/**/*.s+(a|c)ss'
- 'x-pack/plugins/triggers_actions_ui/**/*.s+(a|c)ss'
- 'x-pack/plugins/lens/**/*.s+(a|c)ss'
- 'x-pack/legacy/plugins/maps/**/*.s+(a|c)ss'
- 'x-pack/plugins/maps/**/*.s+(a|c)ss'
ignore:
- 'x-pack/legacy/plugins/canvas/shareable_runtime/**/*.s+(a|c)ss'
- 'x-pack/legacy/plugins/maps/**/*.s+(a|c)ss'
rules:
quotes:
- 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.mapStyleSettings__fixedBox {
width: $euiSize * 7.5;
}
width: $euiSize * 7.5;
}

0 comments on commit 0bb117d

Please sign in to comment.