Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets precompile fails in production #887

Closed
tagliala opened this issue Oct 4, 2021 · 0 comments
Closed

Assets precompile fails in production #887

tagliala opened this issue Oct 4, 2021 · 0 comments

Comments

@tagliala
Copy link
Member

tagliala commented Oct 4, 2021

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

tagliala added a commit that referenced this issue Oct 4, 2021
tagliala added a commit that referenced this issue Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant