]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Add workarounds for postcss values parser error
authorGeremia Taglialatela <tagliala.dev@gmail.com>
Sat, 3 Sep 2022 07:09:07 +0000 (09:09 +0200)
committerMark Otto <otto@github.com>
Sun, 4 Sep 2022 16:45:40 +0000 (09:45 -0700)
commitb8880e5eec6bb4f33578578ba2413f0d91424382
treeebbf5b5b7b1c95e7409645ebc065e38b076463ed
parent75e09b1c0f5ae5f51078c7a25fe36d892c5cfcfe
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/bootstrap#35033

Fix: #36851
scss/_accordion.scss
scss/_list-group.scss
scss/_modal.scss
scss/_nav.scss
scss/_offcanvas.scss
scss/_popover.scss
scss/_toasts.scss