benjaminkott / benjaminkott/bootstrap_package
Update Bootstrap to >= 4.6.1 in order to get rid of Sass deprecation warnings
Open
- Dominant language
- PHP
- Stars
- 355
- Forks
- 212
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 31
Description
Hi there,
[Bootstrap 4.6.1](https://blog.getbootstrap.com/2021/10/28/bootstrap-4.6.1/) comes with an important change:
- Replace Sass division with multiplication and custom divide() function
so you don't get
`DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.`
in the CSS build process anymore. Also see https://sass-lang.com/documentation/breaking-changes/slash-div.
Request is to update from 4.6.0 to >= 4.6.1, nothing more. :)
Cheers
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.