fix: Pre-compile tailwind when publishing
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 23s

This commit is contained in:
2025-09-16 10:52:46 +01:00
parent caad82d579
commit d260835f76
6 changed files with 607 additions and 14 deletions

View File

@@ -8,5 +8,8 @@ export default {
emitTypes: true,
files: () => true // This will include all files
}
},
compilerOptions: {
css: 'external'
}
};