mirror of https://github.com/zulip/zulip.git
5f7b47e20c
This commit transitions all styles in app.css in the Django pipeline to being compiled by webpack in an app-styles bundle, and renames the various files to now be processed as SCSS. To implement this transition, we move the old CSS file refernces in settings.py and replace them with a bundle declared in `webpack.assets.json` and includedn in the index.html template Tweaked by tabbott to keep the list of files in `app.css` in `webpack.assets.json`, and to preserve the ordering from the old `settings.py`. |
||
---|---|---|
.. | ||
activity.css | ||
alerts.scss | ||
app_components.scss | ||
archive.css | ||
components.scss | ||
compose.scss | ||
drafts.scss | ||
fonts.scss | ||
hotspots.scss | ||
informational-overlays.scss | ||
input_pill.scss | ||
landing-page.css | ||
left-sidebar.scss | ||
lightbox.scss | ||
media.scss | ||
night_mode.scss | ||
popovers.scss | ||
portico-signin.scss | ||
portico-styles.scss | ||
portico.scss | ||
pygments.scss | ||
reactions.scss | ||
right-sidebar.scss | ||
settings.scss | ||
stats.css | ||
subscriptions.scss | ||
typing_notifications.scss | ||
zulip.scss |