mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-23 08:45:12 +00:00
6 lines
66 B
SCSS
6 lines
66 B
SCSS
@mixin blur {
|
|
.blur & {
|
|
@include filter(blur(1.5px));
|
|
}
|
|
}
|