From b136154a262e7459ffabde1f26919724c47df986 Mon Sep 17 00:00:00 2001 From: Arina Yakovenko Date: Tue, 9 Jul 2024 08:50:49 +0200 Subject: [PATCH] _: --- assets/css/main.css | 3 --- nuxt.config.ts | 1 - package.json | 2 +- src/components/Ml/Tabber/MlTabberBase.vue | 2 +- tailwind.config.js | 5 ----- 5 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 assets/css/main.css diff --git a/assets/css/main.css b/assets/css/main.css deleted file mode 100644 index bd6213e..0000000 --- a/assets/css/main.css +++ /dev/null @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index 604f091..51117cf 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,6 +1,5 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ - css: ["./assets/css/main.css"], modules: ["@nuxtjs/tailwindcss", "@nuxtjs/color-mode", "./modules/module.ts"], compatibilityDate: "2024-04-03", devtools: { enabled: true }, diff --git a/package.json b/package.json index 3edb7e0..06ebb20 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.2.6", "private": false, "type": "module", - "main": "index.js", + "main": "main.vue", "scripts": { "build": "nuxt build", "prepack": "nuxt build", diff --git a/src/components/Ml/Tabber/MlTabberBase.vue b/src/components/Ml/Tabber/MlTabberBase.vue index 84e9809..dc5b60d 100644 --- a/src/components/Ml/Tabber/MlTabberBase.vue +++ b/src/components/Ml/Tabber/MlTabberBase.vue @@ -1,5 +1,5 @@