ssh into the web container (assumes using ddev)
  ddev ssh

From the module root folder...

Install sass (assumes environment already has node installed which it will if using ddev)
  sudo npm install -g sass

Exit the container and then ssh back in again

Compile scss file
  sass scss/sgd_views.scss css/sgd_views.css
