Skip to content

Commit 90501ad

Browse files
remove --bootstrap-version from the command describtion and correct text for --input-file option (it's for Bootstrap 5 only now) (#899)
1 parent 445fcfb commit 90501ad

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

packages/devextreme-cli/src/commands.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"description": "Specifies base theme name (default value is generic.light)"
5858
}, {
5959
"name": "--input-file",
60-
"description": "Specifies file name with input data (a .json file with metadata or a .less/.scss file with Bootstrap variables)"
60+
"description": "Specifies file name with input data (a .json file with metadata or a .scss file with Bootstrap 5 variables)"
6161
}, {
6262
"name": "--make-swatch",
6363
"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"
@@ -76,9 +76,6 @@
7676
}, {
7777
"name": "--remove-external-resources",
7878
"description": "When present, removes links to external resources, such as fonts. The theme will use local fallbacks instead. Available from DevExtreme v20.2.7."
79-
}, {
80-
"name": "--bootstrap-version",
81-
"description": "Specifies Bootstrap version 4 or 5 if '--input-file' is a '.scss' file. Available from DevExtreme v21.1.5. Default value: 4."
8279
}]
8380
}, {
8481
"name": "export-theme-vars",
@@ -89,7 +86,7 @@
8986
"description": "Specifies base theme name (default value is generic.light)"
9087
}, {
9188
"name": "--input-file",
92-
"description": "Specifies file name with input data (a .json file with metadata or a .less/.scss file with Bootstrap variables)"
89+
"description": "Specifies file name with input data (a .json file with metadata or a .scss file with Bootstrap 5 variables)"
9390
}, {
9491
"name": "--output-format",
9592
"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))"
@@ -112,7 +109,7 @@
112109
"description": "Specifies base theme name (default value is generic.light)"
113110
}, {
114111
"name": "--input-file",
115-
"description": "Specifies file name with input data (a .json file with metadata or a .less/.scss file with Bootstrap variables)"
112+
"description": "Specifies file name with input data (a .json file with metadata or a .scss file with Bootstrap 5 variables)"
116113
}, {
117114
"name": "--output-file",
118115
"description": "Specifies output file name"

0 commit comments

Comments
 (0)