From 73142f8a09f73e3060ac7b45bb925128980e999a Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 21 Feb 2018 14:11:02 -0500 Subject: [PATCH] Be specific about the SCSS processor --- assets/brunch-config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/brunch-config.js b/assets/brunch-config.js index fc6ee6a..92a9555 100644 --- a/assets/brunch-config.js +++ b/assets/brunch-config.js @@ -36,6 +36,9 @@ exports.config = { // Configure your plugins plugins: { + sass: { + mode: 'native' + }, babel: { plugins: [ 'transform-object-rest-spread',