This project uses SASS for styling. The main source file is styles.scss which compiles to styles.css.
npm install to install dependenciesRun the following command to watch for SASS changes and compile automatically:
npm run sass
To build minified CSS for production, run:
npm run build-sass
The SASS file is organized with:
When editing styles, modify the .scss file, not the compiled .css file directly.