Skip to content

Commit

Permalink
fix(preset_svg): remove vendor prefix from css definition
Browse files Browse the repository at this point in the history
close #23
  • Loading branch information
TomokiMiyauci committed Mar 20, 2022
1 parent d70ec8d commit 9c118b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions preset_svg/identifier.ts
Expand Up @@ -33,9 +33,7 @@ export function createCSSObject(
if (mode === "mask") {
return {
mask: iconValue,
WebkitMask: iconValue,
maskSize: size,
WebkitMaskSize: size,
backgroundColor: "currentColor",
...base,
};
Expand Down

0 comments on commit 9c118b1

Please sign in to comment.