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 1262 additions and 1464 deletions

View File

@ -12,6 +12,7 @@
:host([text-wrap]) {
font-size: $label-ios-text-wrap-font-size;
line-height: $label-ios-text-wrap-line-height;
}
@ -64,17 +65,20 @@
font-size: 14px;
font-weight: normal;
line-height: normal;
}
::slotted(*) p {
@include margin($item-ios-paragraph-margin-top, $item-ios-paragraph-margin-end, $item-ios-paragraph-margin-bottom, $item-ios-paragraph-margin-start);
overflow: inherit;
font-size: $item-ios-paragraph-font-size;
line-height: normal;
text-overflow: inherit;
overflow: inherit;
}
::slotted(p) {