We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8155ec9 commit a743d0eCopy full SHA for a743d0e
scss/mixins/_avatar.scss
@@ -1,8 +1,9 @@
1
@use "../variables" as *;
2
@use "../mixins/deprecate" as *;
3
4
+@include deprecate("`avatar()`", "v5.1.0", "v6.0.0");
5
+
6
@mixin avatar($width) {
- @include deprecate("`avatar()`", "v5.1.0", "v6.0.0");
7
--#{$prefix}avatar-width: #{$width};
8
--#{$prefix}avatar-height: #{$width};
9
--#{$prefix}avatar-font-size: #{$width * .4};
0 commit comments