Skip to content

Commit 00a19ff

Browse files
ThemeBuilder: remove mentions of Bootstrap < 5 (DevExpress#6979) (DevExpress#6981)
1 parent 98f3426 commit 00a19ff

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

concepts/60 Themes and Styles/08 ThemeBuilder/01 Get Started/7 Import an Existing Theme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ You can import an existing theme from DevExtreme metadata [saved beforehand](/co
66

77
3. To import DevExtreme metadata, upload a `.json` file with the metadata or paste the metadata in the text area.
88

9-
To import Bootstrap variables, upload a `variables.less` for Bootstrap 3 or `_variables.scss` file for Bootstrap 4.
9+
To import Bootstrap variables, upload a `_variables.scss` file for Bootstrap 5.
1010

11-
[note] These files should include only a list of variables and their values.
11+
[note] This file should include only a list of variables and their values.
1212

1313
The ThemeBuilder uses colors from the variables to create a theme that is consistent with the Bootstrap theme. ThemeBuilder imports theme options based on the Bootstrap [default theme](https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss) variables. These colors are transferred to the base theme settings. You can find these settings in the **Basic Settings** section.
1414

concepts/Common/DevExtreme CLI/50 ThemeBuilder/10 Command-Line Arguments.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Specifies a base theme's name (default: `generic.light`).
33

44
* `--input-file`
5-
Specifies the name of the file that contains input data (a `.json` file with metadata or a `.less` or `.scss` file with Bootstrap variables).
5+
Specifies the name of the file that contains input data (a `.json` file with metadata or a `.scss` file with Bootstrap 5 variables).
66

77
* `--output-file`
88
Specifies the output file name.
@@ -32,6 +32,3 @@ Specifies a path to the folder that contains the DevExtreme `icons` and `fonts`
3232

3333
- `--remove-external-resources`
3434
When present, removes links to external resources, such as fonts. The theme will use local fallbacks instead.
35-
36-
- `--bootstrap-version`
37-
Specifies Bootstrap version 4 or 5 if `--input-file` is a `.scss` file (default: `4`).

0 commit comments

Comments
 (0)