mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
90184ca3e7
* feat(search): add local search * docs: add docs for search
5 lines
66 B
SCSS
5 lines
66 B
SCSS
@mixin blur {
|
|
.blur & {
|
|
@include filter(blur(1.5px));
|
|
}
|
|
}
|