Skip to content

Commit b3c09a4

Browse files
authored
CSS Library: update font-family utility map base name (#1354)
* update font-family utility map base name * add dash to font-family base name
1 parent ef40348 commit b3c09a4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/css-library/dist/stylesheets/utilities.css

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css-library/dist/tokens/css/variables.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Fri, 04 Oct 2024 16:46:08 GMT
3+
* Generated on Fri, 04 Oct 2024 19:27:10 GMT
44
*/
55

66
:root {

packages/css-library/dist/tokens/scss/variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

55
$xsmall-screen: 320px;
66
$small-screen: 481px;

packages/css-library/src/utilities/font.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
$u-font-family: (
66
font-family: (
7-
base: 'vads-u-font-',
7+
base: 'vads-u-font-family-',
88
modifiers: null,
99
values: map-collect($tokens-font-family),
1010
settings: $font-settings,

0 commit comments

Comments
 (0)