From 3913b19fc08a459ec9ef8f1773ae0c335149a37b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 4 Jul 2021 18:09:14 +0200 Subject: Update the header section to use BEM convention --- brunch-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brunch-config.js') diff --git a/brunch-config.js b/brunch-config.js index 3502d03..2c04ba5 100644 --- a/brunch-config.js +++ b/brunch-config.js @@ -3,7 +3,7 @@ module.exports = { javascripts: { joinTo: "app.js" }, stylesheets: { joinTo: { - "base.css": "app/base.styl", + "base.css": ["app/base.styl", "app/media.styl"], "print.css": "app/print.styl", }, }, -- cgit v1.2.3