material-tokens
material-tokens copied to clipboard
css/elevation.css is incorrect
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.