Skip to content

Commit

Permalink
CSS Library: update font-family utility map base name (#1354)
Browse files Browse the repository at this point in the history
* update font-family utility map base name

* add dash to font-family base name
  • Loading branch information
jamigibbs authored Oct 4, 2024
1 parent ef40348 commit b3c09a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/css-library/dist/stylesheets/utilities.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/css/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 04 Oct 2024 16:46:08 GMT
* Generated on Fri, 04 Oct 2024 19:27:10 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/scss/variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Fri, 04 Oct 2024 16:46:08 GMT
// Generated on Fri, 04 Oct 2024 19:27:10 GMT

$xsmall-screen: 320px;
$small-screen: 481px;
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/src/utilities/font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$u-font-family: (
font-family: (
base: 'vads-u-font-',
base: 'vads-u-font-family-',
modifiers: null,
values: map-collect($tokens-font-family),
settings: $font-settings,
Expand Down

0 comments on commit b3c09a4

Please sign in to comment.