summaryrefslogtreecommitdiffstats
path: root/brunch-config.js
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-04 18:09:14 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-04 18:09:14 +0200
commit3913b19fc08a459ec9ef8f1773ae0c335149a37b (patch)
treead0b5bf8924770f5416fbe32af5c37caca461bab /brunch-config.js
parenta4a1aec1821b8da2e46eddf7c2113edc38bcd2d9 (diff)
Update the header section to use BEM convention
Diffstat (limited to 'brunch-config.js')
-rw-r--r--brunch-config.js2
1 files changed, 1 insertions, 1 deletions
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",
},
},