keep the original color format in usercss @var (#1320)
This commit is contained in:
parent
32c5e17d08
commit
8ac43fca31
|
@ -36,7 +36,7 @@ const metaParser = (() => {
|
|||
index: state.valueIndex,
|
||||
});
|
||||
}
|
||||
state.value = colorConverter.format(color, 'rgb');
|
||||
state.value = colorConverter.format(color);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user