🔥 All CSS background properties can take multiple values - helpful for layering colours, gradients and textures
🔥 You can overwrite VS @code theme settings on a project-by-project basis. I'm using this to differentiate between backend and frontend codebases in my next tutorial. Command Palette → Open Workspace Settings
Next →🔥 Slater your git add and git commit into a single command: In your terminal, run : ```bash git config --global '!git add -A && git commit -m' ``` Then just `git ac "commit message"`