opacity stuff, better debug mode
This commit is contained in:
parent
9e66c1184f
commit
09e0e53ad6
4 changed files with 104 additions and 30 deletions
|
|
@ -22,7 +22,7 @@ export const applyTheme = (input) => {
|
|||
}
|
||||
|
||||
const t1 = performance.now()
|
||||
const themes3 = init(extraRules)
|
||||
const themes3 = init(extraRules, '#FFFFFF')
|
||||
const t2 = performance.now()
|
||||
console.log('Themes 3 initialization took ' + (t2 - t1) + 'ms')
|
||||
const head = document.head
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue