Skip to content

Commit

Permalink
fix: Fix typos in tokens (#646)
Browse files Browse the repository at this point in the history
* fix: Fix typo in font token in gcds-nav-link

* fix: typo in gcds-grid-col CSS
  • Loading branch information
ethanWallace authored Sep 18, 2024
1 parent 3cbe8bc commit 4c8d850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web/src/components/gcds-grid/gcds-grid-col.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
grid-column: span
var(--gcds-grid-col-tablet, var(--gcds-grid-columns-default-tablet)) /
span
var(---gcds-grid-col-tablet, var(--gcds-grid-columns-default-tablet));
var(--gcds-grid-col-tablet, var(--gcds-grid-columns-default-tablet));
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@layer default {
:host .gcds-nav-link {
display: flex;
font: var(---gcds-nav-link-font);
font: var(--gcds-nav-link-font);
text-decoration-style: solid;
text-decoration-line: underline;
text-decoration-color: currentColor;
Expand Down

0 comments on commit 4c8d850

Please sign in to comment.