Skip to content

Commit

Permalink
Feat(web): Allow NavigationLink to be a button too
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Dec 17, 2024
1 parent f9ccd53 commit 44f60bf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
// 1. We need to set the top border too, otherwise the content won't be aligned properly.

@use '@tokens' as tokens;
@use '../../tools/reset';
@use '../../tools/typography';
@use 'theme';

.NavigationLink:where(button) {
@include reset.button();
}

.NavigationLink {
@include typography.generate(theme.$link-typography);

Expand Down

0 comments on commit 44f60bf

Please sign in to comment.