mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
b9690d7c0b
- introduced window.config to help with js-based lazy-loading - adjusted webpack chunk naming to avoid 'vendors~name.js' that webpack defaults to for vendor chunks. - added theme class to html and prefixed all selectors. this is neccesary so that the theme styles win over the lazy-loaded ones. Co-authored-by: zeripath <art27@cantab.net>
17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
@import "_tribute";
|
|
@import "_emojify";
|
|
@import "_base";
|
|
@import "_markdown";
|
|
@import "_home";
|
|
@import "_install";
|
|
@import "_form";
|
|
@import "_repository";
|
|
@import "_editor";
|
|
@import "_organization";
|
|
@import "_user";
|
|
@import "_dashboard";
|
|
@import "_admin";
|
|
@import "_explore";
|
|
@import "_review";
|
|
@import "~highlight.js/styles/github.css";
|