You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/devextreme-cli/src/commands.json
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
"description": "Specifies base theme name (default value is generic.light)"
58
58
}, {
59
59
"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)"
61
61
}, {
62
62
"name": "--make-swatch",
63
63
"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 @@
76
76
}, {
77
77
"name": "--remove-external-resources",
78
78
"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."
82
79
}]
83
80
}, {
84
81
"name": "export-theme-vars",
@@ -89,7 +86,7 @@
89
86
"description": "Specifies base theme name (default value is generic.light)"
90
87
}, {
91
88
"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)"
93
90
}, {
94
91
"name": "--output-format",
95
92
"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 @@
112
109
"description": "Specifies base theme name (default value is generic.light)"
113
110
}, {
114
111
"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)"
0 commit comments