tiny-slider icon indicating copy to clipboard operation
tiny-slider copied to clipboard

Fix / for division outside of calc() is deprecated

Open devansh016 opened this issue 1 year ago • 0 comments

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/

devansh016 avatar Jul 31 '24 07:07 devansh016