mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
6 lines
66 B
SCSS
6 lines
66 B
SCSS
|
@mixin blur {
|
||
|
.blur & {
|
||
|
@include filter(blur(1.5px));
|
||
|
}
|
||
|
}
|