Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 19, 2021
1 parent 98e6c93 commit 7e18fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ for (const colorName in colorVariables) {
const levelColors = colorVariables[colorName];
let level = 10;
for (const levelColor of levelColors) {
variablesText += '--' + colorName + level + ':' + levelColor + ';';
variablesText += '--' + colorName + '-' + level + ':' + levelColor + ';';
level += 10;
}
}
Expand Down

0 comments on commit 7e18fd8

Please sign in to comment.