Skip to content

Commit

Permalink
IBX-1886: Dart Sass compatibility added (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski authored Jan 21, 2022
1 parent c341162 commit cc8bb2d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import './public/bundles/ezplatformadminui/scss/polyfill/div';

@function calculateRem($size) {
$remSize: $size / 16px;
$remSize: div($size, 16px);

@return #{$remSize}rem;
}

0 comments on commit cc8bb2d

Please # to comment.