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 e528946 commit cfc4130Copy full SHA for cfc4130
lib/cli/commands/build.js
@@ -102,8 +102,8 @@ build.builder = function(cli) {
102
})
103
.option("experimental-css-variables", {
104
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",
+ "Generate CSS variables (css-variables.css, css-variables.source.less)" +
+ " and skeleton (library-skeleton(-RTL).css) for all themes",
107
default: false,
108
type: "boolean"
109
0 commit comments