Skip to content

Commit

Permalink
feat: shadow token
Browse files Browse the repository at this point in the history
  • Loading branch information
ella-etch committed Sep 26, 2024
1 parent e6ceb07 commit 3deba56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@use 'tokens/font';
@use 'tokens/input';
@use 'tokens/radius';
@use 'tokens/shadow';
@use 'tokens/skin';
@use 'tokens/spacing';
@use 'tokens/transition';
3 changes: 3 additions & 0 deletions src/tokens/shadow.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:root {
--mobius-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

0 comments on commit 3deba56

Please sign in to comment.