mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +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
@ -1,8 +1,8 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
|
||||
ion-virtual-scroll {
|
||||
position: relative;
|
||||
display: block;
|
||||
position: relative;
|
||||
|
||||
width: 100%;
|
||||
|
||||
@ -19,6 +19,5 @@ ion-virtual-scroll {
|
||||
position: absolute;
|
||||
|
||||
transition-duration: 0ms;
|
||||
|
||||
will-change: transform;
|
||||
}
|
||||
|
Reference in New Issue
Block a user