seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

Update _mixins.scss #978

Open Rohit1415 opened 1 month ago

Rohit1415 commented 1 month ago

Removed outdated vendor prefixes: Modern browsers no longer need the -webkit-, -moz-, and -o- prefixes for linear-gradient, box-sizing, box-shadow, and border-radius. These properties are now well-supported without prefixes. Retained filter for IE9: Kept the filter property for older versions of Internet Explorer.

Explanation: slider-background-image: Sets a gradient background with a fallback for older versions of Internet Explorer. slider-box-sizing: Sets the box-sizing property. slider-box-shadow: Sets the box-shadow property, allowing multiple values using the SCSS variadic arguments feature.

Pull Requests

Please accompany all pull requests with the following (where appropriate):