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

Add workarounds for postcss values parser error #37079

Merged
merged 1 commit into from Sep 4, 2022

Commits on Sep 3, 2022

  1. Add workarounds for postcss values parser error

    postcss-values-parser returns a syntax error when a negative value is
    provided in a `calc` function after a CSS variable.
    
    This is not an issue with Bootstrap itself, but a workaround to allow
    projects using postcss-values-parser to keep upgrading and compiling
    bootstrap
    
    Ref: shellscape/postcss-values-parser#138, twbs#35033
    
    Fix: twbs#36851
    tagliala committed Sep 3, 2022
    Copy the full SHA
    3bccd91 View commit details
    Browse the repository at this point in the history