fonts support, cleanup
This commit is contained in:
parent
779b3dc122
commit
7d2faccd4f
13 changed files with 161 additions and 121 deletions
|
|
@ -411,6 +411,13 @@ export const init = (extraRuleset, ultimateBackgroundColor) => {
|
|||
}
|
||||
break
|
||||
}
|
||||
case 'generic': {
|
||||
dynamicVars[k] = value
|
||||
if (component.name === 'Root') {
|
||||
staticVars[k.substring(2)] = value
|
||||
}
|
||||
break
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
@ -454,9 +461,9 @@ export const init = (extraRuleset, ultimateBackgroundColor) => {
|
|||
}
|
||||
|
||||
processInnerComponent(components.Root, eagerRules)
|
||||
console.log('TOTAL COMBOS: ' + counter)
|
||||
console.debug('Eager combinations processed:' + counter)
|
||||
const lazyExec = Promise.all(promises).then(() => {
|
||||
console.log('TOTAL COMBOS: ' + counter)
|
||||
console.debug('Total combinations processed: ' + counter)
|
||||
}).then(() => lazyRules)
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue