Files
zulip/static/js/bundles/portico.js
Anders Kaseorg a3d26d701e styles: Rename .scss files back to .css.
css-loader@4 broke @import statements referencing files with
extensions other than .css, unless those @import statements are
compiled away by another loader.  Upstream is more interested in
arguing that such @import statements are semantically incorrect than
applying the one line fix.

https://github.com/webpack-contrib/css-loader/issues/1164

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-09-15 16:33:28 -07:00

6 lines
153 B
JavaScript

import "./common";
import "../i18n";
import "../portico/header";
import "../portico/google-analytics";
import "../../styles/portico/portico-styles.css";