Merge branch 'themes3' into shigusegubu-themes3
This commit is contained in:
commit
b84396d667
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ export const convertTheme2To3 = (data) => {
|
||||||
|
|
||||||
const convertOpacity = () => {
|
const convertOpacity = () => {
|
||||||
const newRules = []
|
const newRules = []
|
||||||
Object.keys(data.opacity).forEach(key => {
|
Object.keys(data.opacity || {}).forEach(key => {
|
||||||
if (!opacityKeys.has(key) || data.opacity[key] === undefined) return null
|
if (!opacityKeys.has(key) || data.opacity[key] === undefined) return null
|
||||||
const originalOpacity = data.opacity[key]
|
const originalOpacity = data.opacity[key]
|
||||||
const rule = {}
|
const rule = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue