diowa/icare

Assets precompile fails in production

tagliala opened this issue · 0 comments

Something in the webpack stack does not allow proper conversion of Bootstrap's make-row mixin

  margin-top: calc(var(--#{$variable-prefix}gutter-y) * -1); // stylelint-disable-line function-disallowed-list
  margin-right: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list
  margin-left: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list

twbs/bootstrap#35033