Add styling and sass plugin

This commit is contained in:
2020-09-18 08:45:21 -05:00
parent bc4f834cae
commit 8de94aa769
18 changed files with 16881 additions and 3 deletions

View File

@@ -6,5 +6,5 @@
module.exports = {
/* Your site config here */
plugins: [],
plugins: [`gatsby-plugin-sass`],
}