diff options
author | Guillermo Ramos | 2020-02-14 10:48:16 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-14 10:48:16 +0100 |
commit | 748691542da6de9fbdc6d761270b0f0a3c21ebed (patch) | |
tree | 01bf8785f0ad3e6db2b42c0fdf6295e9f3152e31 /assets/js | |
parent | bd2f7d90548ac7258bd291cb7400b03fd78f2b3c (diff) | |
download | waev-748691542da6de9fbdc6d761270b0f0a3c21ebed.tar.gz |
SCSS
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/app.js b/assets/js/app.js index 8a5d386..1c025d6 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -1,7 +1,7 @@ // We need to import the CSS so that webpack will load it. // The MiniCssExtractPlugin is used to separate it out into // its own CSS file. -import css from "../css/app.css" +import css from "../css/app.scss" // webpack automatically bundles all modules in your // entry points. Those entry points can be configured |