mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +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,17 +6,16 @@
|
||||
:host {
|
||||
@include position(0, 0, 0, 0);
|
||||
|
||||
position: absolute;
|
||||
z-index: $z-index-backdrop;
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
||||
cursor: pointer;
|
||||
opacity: .01;
|
||||
transform: translateZ(0);
|
||||
|
||||
touch-action: none;
|
||||
|
||||
contain: strict;
|
||||
cursor: pointer;
|
||||
opacity: .01;
|
||||
touch-action: none;
|
||||
z-index: $z-index-backdrop;
|
||||
|
||||
&.backdrop-hide {
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user