August 03, 2019
npm install --save node-sass gatsby-plugin-sass
add the following to gatsby-config.js
plugins: [`gatsby-plugin-sass`]
import("./src/index.scss")