chore(stylelint): remove sass-lint/scss-lint in favor of stylelint

- remove scss-lint and sass-lint
- add stylelint and stylelint-order packages and configuration
- update all *.scss files to new syntax

fixes #14805
This commit is contained in:
Brandy Carney
2018-07-19 16:10:30 -04:00
committed by Cam Wiegert
parent 771c47f109
commit 7a8d5f68d2
192 changed files with 1309 additions and 1511 deletions

View File

@ -9,18 +9,20 @@
@include margin(0);
box-sizing: border-box;
display: block;
overflow: hidden;
flex: 1;
color: #{current-color(base)};
font-size: inherit;
text-overflow: ellipsis;
white-space: nowrap;
color: #{current-color(base)};
overflow: hidden;
box-sizing: border-box;
}
:host([text-wrap]) {
@ -30,7 +32,6 @@
:host-context(.item-interactive-disabled) {
cursor: default;
opacity: .3;
pointer-events: none;
}
@ -38,7 +39,6 @@
flex: initial;
max-width: 200px;
pointer-events: none;
}