This is the codebase and CSS builder for Canonical's Greenhouse page, a recruitment and applicant tracking system.
For working on Sass files, you will want to dynamically watch for changes to rebuild the CSS whenever something changes.
To set up the watcher, open a new terminal window and run:
npm run watch
To generate the custom CSS, run;
npm run build
A CSS file will then generated at; static/css/styles.css
To implement the built CSS via Greenhouse's in-house job board configuration tools, navigate to the "Configure Your Job Board" page (you will need dev permission) and upload through the Custom CSS URL option.