Skip to content

Commit

Permalink
Merge pull request #2747 from IgniteUI/simeonoff/live-editing-libsass
Browse files Browse the repository at this point in the history
live-editing(sass): fall back to libsass
  • Loading branch information
zdrawku authored Jul 22, 2021
2 parents a53f1e4 + 28b6f4e commit 8ccd0cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"domino": "^2.1.4",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"igniteui-angular": "^12.1.0-alpha.5",
"igniteui-angular": "^12.1.0-alpha.6",
"igniteui-angular-charts": "^11.1.1",
"igniteui-angular-core": "^11.1.1",
"igniteui-angular-excel": "^11.1.1",
Expand Down
1 change: 1 addition & 0 deletions src/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$__legacy-libsass: true;
@import '~igniteui-angular/lib/core/styles/themes/index';

$legacy-support: true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ $clipboardSuccessColor: igx-color($color: 'success');
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
$grid-item-padding-IE: $grid-item-padding / 2;
$grid-item-padding-IE: private-div($grid-item-padding, 2);
flex: 1;
min-width: $grid-item-width + ($grid-item-padding * 2);
min-height: $grid-item-height;
Expand Down

0 comments on commit 8ccd0cd

Please sign in to comment.