benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 205 forks source link

Deprecated color-yiq() call in _timeline.scss #1511

Closed EvilBMP closed 1 month ago

EvilBMP commented 1 month ago

Since BS 5.0 the color-yiq method was renamed to color-contrast. It appears that you simply forgot to change the call in the _timeline.scss file.

This bug addresses the versions from v13 up to the current master.

https://github.com/benjaminkott/bootstrap_package/blob/6325cbb8c281733bd7d2c85ee1ea8339b6db7f3c/Resources/Public/Scss/components/_timeline.scss#L142