Skip to content

Commit 6021b69

Browse files
committed
fix: issue with double semicolon
1 parent 19a9eb5 commit 6021b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/outputs/style-dictionary/config/transforms.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export const SemanticColorsTransform: Transform = {
1818
lightVar = `color-mix(in srgb, transparent ${token.value.transparencyLight}%, ${lightVar})`;
1919
}
2020

21-
return `light-dark(${lightVar},${darkVar});`;
21+
return `light-dark(${lightVar},${darkVar})`;
2222
},
2323
};

0 commit comments

Comments
 (0)