Skip to content

Commit

Permalink
Merge pull request #880 from IgniteUI/hPopov/enable-grid-autoprefixer
Browse files Browse the repository at this point in the history
Enable autoprefixer for grid in styles.scss
  • Loading branch information
zdrawku authored Jan 16, 2019
2 parents 3aee096 + 3de938e commit 9313b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import '~igniteui-angular/lib/core/styles/themes/index';
@include igx-core();
@include igx-theme($default-palette);

/* autoprefixer grid: on */
html,
body {
height: 100%;
Expand Down

0 comments on commit 9313b65

Please sign in to comment.