javascript:S7770
This commit is contained in:
parent
5ce2ce63be
commit
11c4239ceb
10 changed files with 19 additions and 19 deletions
|
|
@ -126,7 +126,7 @@ const generateTheme = (inputRuleset, callbacks, debug) => {
|
|||
const chunk = chunks[counter]
|
||||
Promise.all(chunk.map((x) => x())).then((result) => {
|
||||
getCssRules(
|
||||
result.filter((x) => x),
|
||||
result.filter(Boolean),
|
||||
debug,
|
||||
).forEach((rule) => {
|
||||
onNewRule(rule, true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue