Add theme reloading
This commit is contained in:
parent
9301ad627c
commit
8d70e9cd54
|
@ -157,6 +157,10 @@ export default class ThemeManager extends ContentManager {
|
|||
theme.disable();
|
||||
}
|
||||
|
||||
static reloadTheme(theme) {
|
||||
theme.recompile();
|
||||
}
|
||||
|
||||
static getConfigAsSCSS(config) {
|
||||
const variables = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue