Skip to content

Commit

Permalink
feat: add tokens in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
everton-dgn committed Jan 28, 2024
1 parent 985de70 commit d8a0190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/theme/_borderRadius.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $border-radius-circle: 50%;
$border-radius-32: 32px;
$border-radius-20: 20px;
$border-radius-16: 16px;
$border-radius-12: 12px;
$border-radius-8: 8px;
$border-radius-6: 6px;
$border-radius-4: 4px;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/_grids.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$container-max-width: 120rem;
$container-max-width: 1300px;

$gutter-desktop: 24px;
$gutter-tablet: 20px;
Expand Down

0 comments on commit d8a0190

Please sign in to comment.