Skip to content

Commit

Permalink
feat(fluent): add main-dark swatch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX committed Jun 20, 2024
1 parent a57a8be commit b7dd92c
Show file tree
Hide file tree
Showing 2 changed files with 769 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function swatchJsonTransformer( json ) {
if ( colorsMap.length ) {
sassContent.push(`\t$kendo-colors: (`);
sassContent.push(colorsMap.map( (color) => `\t${color.name}: ${color.value},`).join( '\n' ));
sassContent.push(`\t);`);
sassContent.push(`\t)`);
}

sassContent.push(variables.map( (variable) => `\t$${variable.name}: ${variable.value},`).join( '\n' ));
Expand Down
Loading

0 comments on commit b7dd92c

Please sign in to comment.