Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _mixins.scss #978

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Update _mixins.scss #978

merged 1 commit into from
Sep 9, 2024

Commits on May 23, 2024

  1. Update _mixins.scss

    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.
    Rohit1415 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    8938135 View commit details
    Browse the repository at this point in the history