Skip to content

Commit

Permalink
remove --bootstrap-version from the command describtion and correct t…
Browse files Browse the repository at this point in the history
…ext for --input-file option (it's for Bootstrap 5 only now) (#899)
  • Loading branch information
GoodDayForSurf authored Oct 22, 2024
1 parent 445fcfb commit 90501ad
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/devextreme-cli/src/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"description": "Specifies base theme name (default value is generic.light)"
}, {
"name": "--input-file",
"description": "Specifies file name with input data (a .json file with metadata or a .less/.scss file with Bootstrap variables)"
"description": "Specifies file name with input data (a .json file with metadata or a .scss file with Bootstrap 5 variables)"
}, {
"name": "--make-swatch",
"description": "If present, adds a CSS scope to each CSS rule (.dx-swatch-xxx), where xxx is the value from the --output-color-scheme parameter"
Expand All @@ -76,9 +76,6 @@
}, {
"name": "--remove-external-resources",
"description": "When present, removes links to external resources, such as fonts. The theme will use local fallbacks instead. Available from DevExtreme v20.2.7."
}, {
"name": "--bootstrap-version",
"description": "Specifies Bootstrap version 4 or 5 if '--input-file' is a '.scss' file. Available from DevExtreme v21.1.5. Default value: 4."
}]
}, {
"name": "export-theme-vars",
Expand All @@ -89,7 +86,7 @@
"description": "Specifies base theme name (default value is generic.light)"
}, {
"name": "--input-file",
"description": "Specifies file name with input data (a .json file with metadata or a .less/.scss file with Bootstrap variables)"
"description": "Specifies file name with input data (a .json file with metadata or a .scss file with Bootstrap 5 variables)"
}, {
"name": "--output-format",
"description": "Specifies the format of output variables (less or scss) (default value is less or the extension extracted from the --output-file value (if it contains any))"
Expand All @@ -112,7 +109,7 @@
"description": "Specifies base theme name (default value is generic.light)"
}, {
"name": "--input-file",
"description": "Specifies file name with input data (a .json file with metadata or a .less/.scss file with Bootstrap variables)"
"description": "Specifies file name with input data (a .json file with metadata or a .scss file with Bootstrap 5 variables)"
}, {
"name": "--output-file",
"description": "Specifies output file name"
Expand Down

0 comments on commit 90501ad

Please sign in to comment.