Expected Behavior
Should Compile SCSS without issue
Current Behavior
Incompatible units: 'px' and 'rem'.
SASS compiler error, regarding scss-shards-ui_variables.scss
It seems to happen when using operations like sum with valiables.
$popover-arrow-outer-width: $popover-arrow-width + 1px !default;
Shouldnt be all measument of pixels converted to rem, as bootstrap4 standards? (Im not css expert, just wondering)
Thank you
Expected Behavior
Should Compile SCSS without issue
Current Behavior
Incompatible units: 'px' and 'rem'.
SASS compiler error, regarding scss-shards-ui_variables.scss
It seems to happen when using operations like sum with valiables.
$popover-arrow-outer-width: $popover-arrow-width + 1px !default;
Shouldnt be all measument of pixels converted to rem, as bootstrap4 standards? (Im not css expert, just wondering)
Thank you