material-tokens icon indicating copy to clipboard operation
material-tokens copied to clipboard

css/elevation.css is incorrect

Open shadow-identity opened this issue 1 year ago • 0 comments

elevation classes has incorrect values, for example:

.elevation-0 {
  box-shadow: var(--md-sys-elevation-level0);
}

will not work because there is no --md-sys-elevation-level0 defined in the repo.

It makes all the elevation settings to be broken.

shadow-identity avatar Nov 29 '23 10:11 shadow-identity