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();
|
||||
}
|
||||
|
||||
static reloadTheme(theme) {
|
||||
theme.recompile();
|
||||
}
|
||||
|
||||
static getConfigAsSCSS(config) {
|
||||
const variables = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue