Files
zulip/static/styles/portico-styles.scss
Tim Abbott 2f571f9a45 webpack: Move font and pygments CSS to common.css.
First, it's silly that these weren't in common.css in the first place,
since that meant these were a bunch of duplicated code, but
additionally, that meant that these weren't available on the
`/activity` page (or other pages that don't include the portico styles).

Fixes #9561.
2018-05-27 23:19:40 -07:00

5 lines
105 B
SCSS

@import "../third/zocial/zocial.css";
@import "components";
@import "portico";
@import "portico-signin";