Styles
Global, reset, and override stylesheet are three techniques used to control the styling and layout of web pages.
Overview
In this boilerplate we recommended for learn about this library.
In this boilerplate there are 3 style areas namely global, reset and override. An example of use is below:
Global Style
Global style functions to place all global CSS code usage throughout the application. You can put the code CSS in src/styles/global.scss
Reset Style
Reset style is a technique used to normalize the default styles of HTML elements across different web browsers, which can vary in their default styling. You can put the code CSS in src/styles/reset.scss
Override Style
Override style is used to combine several CSS framework in boilerplate, we recommend using it with MUI. You can follow guide integration MUI theme or need more info check https://mui.com/material-ui/customization/how-to-customize/#5-global-theme-variation. You can put the code CSS in src/styles/mui
Last updated