Skip to content

Commit cfc4130

Browse files
authored
[INTERNAL] Update build command description for flag experimental-css-variables (#506)
1 parent e528946 commit cfc4130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cli/commands/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ build.builder = function(cli) {
102102
})
103103
.option("experimental-css-variables", {
104104
describe:
105-
"If present, the CSS variables (css-variables.css, css-variables.source.less) " +
106-
"and the skeleton for a theme (library-skeleton.css, [library-skeleton-RTL.css]) are generated",
105+
"Generate CSS variables (css-variables.css, css-variables.source.less)" +
106+
" and skeleton (library-skeleton(-RTL).css) for all themes",
107107
default: false,
108108
type: "boolean"
109109
})

0 commit comments

Comments
 (0)