mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
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:
committed by
Cam Wiegert
parent
771c47f109
commit
7a8d5f68d2
@ -6,9 +6,8 @@
|
||||
.split-pane {
|
||||
@include position(0, 0, 0, 0);
|
||||
|
||||
position: absolute;
|
||||
|
||||
display: flex;
|
||||
position: absolute;
|
||||
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
@ -20,14 +19,13 @@
|
||||
.split-pane-visible > .split-pane-main {
|
||||
@include position(0, 0, 0, 0);
|
||||
|
||||
// scss-lint:disable ImportantRule
|
||||
position: relative;
|
||||
|
||||
z-index: 0;
|
||||
|
||||
flex: 1;
|
||||
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
box-shadow: none !important;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.split-pane-visible > .split-pane-side:not(ion-menu),
|
||||
@ -35,7 +33,6 @@
|
||||
display: flex;
|
||||
|
||||
flex-shrink: 0;
|
||||
|
||||
order: -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user