chore(): fix lint issue

This commit is contained in:
Manu Mtz.-Almeida
2018-07-31 00:42:10 +02:00
parent fd8f875a5f
commit 93b68561c4
2 changed files with 7 additions and 12 deletions

View File

@ -34,7 +34,7 @@
@supports (padding-top: env(safe-area-inset-top)) {
:host(.placement-bottom) {
padding-bottom: env(safe-area-inset-bottom);
@include padding(null, null, env(safe-area-inset-bottom));
}
}