CSS And SCSS
Please note: To change the theme of the project, make the necessary modifications
in the SCSS
(Sass)
files.
After making the changes, go to the terminal and run the commands "npm i" and "npm run build" to apply the changes.
After making the changes, go to the terminal and run the commands "npm i" and "npm run build" to apply the changes.
CSS And SCSS Structure
Finder/ └── assets/ ├── css/ │ ├── theme.css │ ├── theme.css.min │ └── theme.min.css.map ├── fonts/ │ └── All Incuded fonts file/ ├── img/ │ └── All Incuded img file/ ├── js/ │ └── All Incuded js file/ ├── json/ │ └── All Incuded json file/ ├── scss/ │ ├── components/ │ │ └── All Incuded components scss file/ │ ├── _components.scss │ ├── _reboot.scss │ ├── _user-variables.scss │ ├── _user.scss │ ├── _utilities.scss │ ├── _variables.scss │ └── theme.scss └── vendor/ └── All Incuded js file/