material-components-web icon indicating copy to clipboard operation
material-components-web copied to clipboard

SASS Division and its deprecation notices

Open damienfa opened this issue 3 years ago • 4 comments

Description

Their is now a lot of "deprecation notices" when compiling the scss files... Read this : https://sass-lang.com/documentation/breaking-changes/slash-div

Acceptance criteria

It could be easy to launch the command sass-migrator division **/*.scss and fix it.

damienfa avatar May 23 '21 15:05 damienfa

Most of the affected Sass is really an upstream issue in MDC. I'll move the issue there.

dfreedm avatar May 24 '21 20:05 dfreedm

This should've been fixed by https://github.com/material-components/material-components-web/pull/7158, but I don't know if it has made it into a stable release yet.

crisbeto avatar Jun 15 '21 07:06 crisbeto

Is there a way to backport this change to e.g., a v5.2.0 release? I have a commit that can be turned into a PR here, but there is no branch tracking 5.x to create a PR against.

ChadBurggraf avatar Aug 24 '21 23:08 ChadBurggraf

Is there an update on this? there was a new release just 2 days ago with 13.0.0, but the changelog still doesn't mention anything about math.div

SampsonCrowley avatar Sep 26 '21 16:09 SampsonCrowley