We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5340009 commit 65b2425Copy full SHA for 65b2425
core/scripts/tokens/utils.js
@@ -246,7 +246,7 @@ function generateRadiusUtilityClasses(propName) {
246
return `.${variablesPrefix}-${propName} {\n border-radius: $${variablesPrefix}-${propName};\n}`;
247
}
248
249
-// 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
250
function generateBorderUtilityClasses(prop, propName) {
251
let attribute;
252
0 commit comments