0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00

fix(plugins-styles): import svg inline

This commit is contained in:
Juanfran 2024-08-13 13:57:35 +02:00
parent bbc77e4127
commit 567b0b5611

View file

@ -15,7 +15,7 @@ esbuild.build({
outfile: `${dist}/styles.css`,
minify: true,
loader: {
'.svg': 'text'
'.svg': 'dataurl'
}
}).catch(handleErr);