Merge pull request #112 from samuelthomas2774/theme-scss

Add theme reloading
This commit is contained in:
Alexei Stukov 2018-02-11 22:19:52 +02:00 committed by GitHub
commit 600991fd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@ export default class ThemeManager extends ContentManager {
theme.disable();
}
static reloadTheme(theme) {
theme.recompile();
}
static getConfigAsSCSS(config) {
const variables = [];