mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Ooops, turns out prettier-plugin-organize-imports was not added
This commit is contained in:
@@ -111,7 +111,9 @@ async function generateStyles() {
|
||||
await copy(join(rootDir, 'src/themes/default.css'), join(cdnDir, 'themes/default.css'), { overwrite: true });
|
||||
await copy(join(rootDir, 'src/themes/forms.css'), join(cdnDir, 'themes/forms.css'), { overwrite: true });
|
||||
await copy(join(rootDir, 'src/themes/layout.css'), join(cdnDir, 'themes/layout.css'), { overwrite: true });
|
||||
await copy(join(rootDir, 'src/themes/utilities.css'), join(cdnDir, 'themes/utilities.css'), { overwrite: true });
|
||||
await copy(join(rootDir, 'src/themes/utilities/index.css'), join(cdnDir, 'themes/utilities/index.css'), {
|
||||
overwrite: true
|
||||
});
|
||||
} else {
|
||||
await copy(join(rootDir, 'src/themes'), join(cdnDir, 'themes'), { overwrite: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user