Remove legacy CSS
This commit is contained in:
parent
be0a49a11f
commit
d73c3a8695
5 changed files with 141 additions and 9 deletions
|
|
@ -138,7 +138,6 @@ html > body {
|
|||
transform var(--transition-time),
|
||||
background-color var(--transition-time);
|
||||
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
mask-repeat: no-repeat;
|
||||
|
||||
@include square(var(--icon-size));
|
||||
|
|
|
|||
|
|
@ -49,14 +49,6 @@ $breakpoint-width: 600px !default;
|
|||
@mixin blurred-background($color: transparent) {
|
||||
background-color: color.adjust($color, $alpha: -0.66);
|
||||
backdrop-filter: blur(var(--blur-radius));
|
||||
-webkit-backdrop-filter: blur(var(--blur-radius));
|
||||
|
||||
@supports not (
|
||||
(backdrop-filter: blur(var(--blur-radius))) or
|
||||
(-webkit-backdrop-filter: blur(var(--blur-radius)))
|
||||
) {
|
||||
background-color: $color;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin square($size) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue