diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:09:14 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:09:14 +0200 |
| commit | 3913b19fc08a459ec9ef8f1773ae0c335149a37b (patch) | |
| tree | ad0b5bf8924770f5416fbe32af5c37caca461bab /brunch-config.js | |
| parent | a4a1aec1821b8da2e46eddf7c2113edc38bcd2d9 (diff) | |
Update the header section to use BEM convention
Diffstat (limited to 'brunch-config.js')
| -rw-r--r-- | brunch-config.js | 2 |
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", }, }, |
