ganlanyuan / tiny-slider

Vanilla javascript slider for all purposes.
MIT License
5.26k stars 785 forks source link

Fix / for division outside of calc() is deprecated #844

Open devansh016 opened 3 months ago

devansh016 commented 3 months ago

Fixes #839

Division will instead be written using the new math.div() function. This function will behave exactly the same as / does today. Ref: https://sass-lang.com/documentation/breaking-changes/slash-div/