Skip to content

Commit

Permalink
Fix CODEOWNERS and sass lint paths (elastic#63552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes authored and timroes committed Apr 15, 2020
1 parent ba44fdb commit a4c1c74
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 a4c1c74

Please sign in to comment.