This commit is contained in:
Henry Jameson 2026-08-04 21:10:07 +03:00
commit b8a0f540a3
6 changed files with 20 additions and 24 deletions

View file

@ -559,9 +559,9 @@ export const convertTheme2To3 = (data) => {
const flatExtRules = extendedRules
.filter(Boolean)
.reduce((acc, x) => [...acc, ...x], [])
.flat()
.filter(Boolean)
.reduce((acc, x) => [...acc, ...x], [])
.flat()
return [
generateRoot(),