diff --git a/package.json b/package.json index 1efadad..844df14 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "4.0.0", "type": "module", "scripts": { - "dev": "vite --port=8080", + "dev": "vite --port=8080 && npx tailwindcss -i ./src/css/style.css -o ./src/css/tailwind.css --minify", "build": "vue-tsc && vite build", "preview": "vite preview", "hotfix": "npx tailwindcss -i ./src/css/style.css -o ./src/css/tailwind.css --minify --watch" diff --git a/src/components/layout/footer.vue b/src/components/layout/footer.vue index 98d99bb..6f9c7f1 100644 --- a/src/components/layout/footer.vue +++ b/src/components/layout/footer.vue @@ -1,5 +1,5 @@