Skip to content

Commit

Permalink
fix: ensure build-scss help text is accurate pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jul 23, 2023
1 parent a5f1990 commit 151216e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ program
new Option(
'--defaultThemeVariants <defaultThemeVariants...>',
`Specifies default theme variants. Defaults to a single 'light' theme variant.
You can provide multiple default theme variants by passing multiple \`--defaultThemeVariants\`
flags. For example: \`--defaultThemeVariants light dark\`
You can provide multiple default theme variants by passing multiple values, for
example: \`--defaultThemeVariants light dark\`
`,
),
);
Expand Down

0 comments on commit 151216e

Please sign in to comment.