Merge pull request #112 from samuelthomas2774/theme-scss
Add theme reloading
This commit is contained in:
commit
600991fd50
|
@ -157,6 +157,10 @@ export default class ThemeManager extends ContentManager {
|
||||||
theme.disable();
|
theme.disable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static reloadTheme(theme) {
|
||||||
|
theme.recompile();
|
||||||
|
}
|
||||||
|
|
||||||
static getConfigAsSCSS(config) {
|
static getConfigAsSCSS(config) {
|
||||||
const variables = [];
|
const variables = [];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue