Skip to content

Commit

Permalink
Update core/scripts/tokens/utils.js
Browse files Browse the repository at this point in the history
Co-authored-by: Brandy Carney <[email protected]>
  • Loading branch information
BenOsodrac and brandyscarney authored Dec 10, 2024
1 parent 5340009 commit 65b2425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/tokens/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function generateRadiusUtilityClasses(propName) {
return `.${variablesPrefix}-${propName} {\n border-radius: $${variablesPrefix}-${propName};\n}`;
}

// Generates a board based css utility-class from a font Design Token structure
// Generates a border based css utility-class from a font Design Token structure
function generateBorderUtilityClasses(prop, propName) {
let attribute;

Expand Down

0 comments on commit 65b2425

Please sign in to comment.