Skip to content

Commit

Permalink
Merge pull request #16 from ibexa/temp_2.3_to_main
Browse files Browse the repository at this point in the history
Merge branch '2.3' of ezsystems/ezplatform-richtext into main
  • Loading branch information
dew326 authored Jan 24, 2022
2 parents 692061a + 1779152 commit 755bfc3
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/ibexaadminui/scss/polyfill/div';

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

@return #{$remSize}rem;
}

0 comments on commit 755bfc3

Please sign in to comment.