fix lint

workaround to remove
remove some unused dependencies

fix flex import

Signed-off-by: eromano <eugenioromano16@gmail.com>
This commit is contained in:
eromano
2022-03-03 16:10:15 +00:00
parent 548e5c4fae
commit dfc0e05890
9 changed files with 100 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
@import '@angular/flex-layout/mq';
@use '../styles/flex' as flex;
$adf-pagination-height: 48px !default;
$adf-pagination-icon-button-size: 32px !default;
@@ -29,7 +29,7 @@ $adf-pagination-empty-border: none !default;
}
}
@include layout-bp(lt-sm) {
@include flex.layout-bp(lt-sm) {
& {
flex-wrap: wrap;
padding: 0 16px;