We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b45222 commit 654b455Copy full SHA for 654b455
Sources/FigmaExport/Subcommands/ExportColors.swift
@@ -82,6 +82,11 @@ extension FigmaExportCommand {
82
83
let exporter = XcodeColorExporter(output: output)
84
let files = exporter.export(colorPairs: colorPairs)
85
+
86
+ if iosParams.colors.useColorAssets, let url = colorsURL {
87
+ try? FileManager.default.removeItem(atPath: url.path)
88
+ }
89
90
try fileWritter.write(files: files)
91
}
92
0 commit comments