Skip to content

Commit 88a884a

Browse files
committed
docs: adding context
1 parent fa231dd commit 88a884a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demo/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vercel

src/styles/tokens.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ $tail-width: (
2828
'2xl': 107px
2929
);
3030

31-
/* Adjust vertical offset to visually center tail icon within circular avatar */
31+
/* Adjust vertical offset to visually center tail icon within circular avatar
32+
* Based on optical centering from design spec, not mathematical centering */
3233
$tail-offset-y: (
3334
'xs': 3px,
3435
'sm': 4px,

0 commit comments

Comments
 (0)