@import '../node_modules/bootstrap/scss/bootstrap.scss';
@import '../node_modules/@syncfusion/ej2-base/styles/bootstrap4.scss';
@import '../node_modules/@syncfusion/ej2-angular-buttons/styles/bootstrap4.scss';
@import '../node_modules/@syncfusion/ej2-angular-calendars/styles/bootstrap4.scss'; |
$primary: red !default; |
Question |
Answer |
How about using other Bootstrap 4 variables in Syncfusion SCSS files? |
We developed our Bootstrap 4 theme with its specifications, but we only provided support to override the color variables. |
Is there any way to use those variables without spying at every Syncfusion SCSS _bootstrap4-definition.scss file and overriding one variable after another for each component? |
We currently need to override the specific component variables in order to customize it. |