Customization
We recommend you customize your theme styles using SCSS. You can customize the theme's styles with the following approaches:
Default Mode
_user.scssYou can add your own SCSS and override the theme style in the src/scss/_user.scss file.
_user-variables.scssTo make broader changes to the design of the theme, such as changing the color scheme or font sizes, use src/scss/_user-variables.scss. Any variable from node_modules/bootstrap/scss/variables or src/scss/theme/_variables.scss can be overridden with your own value.
_bootstrap.scssTo remove bootstrap components, update src/scss/_bootstrap.scss file.