bootstrap-colorpicker
bootstrap-colorpicker copied to clipboard
Fix deprecated division
Description
Fix deprecated division #336
Check list
Please fill this check list before submitting a pull request:
- [x] The build process has been run (
npm run build) and does not contain any errors. - [x] All tests are green after running
npm run test. - [ ] New tests have been added or modified for the introduced changes.
- [x] New examples have been added for the newly introduced features.
- [x] All the examples are still working as expected compared to the official website.
- [x] This PR follows all other
CONTRIBUTING.mdguidelines for Pull Requests.