tailwind drinne und fix. sollte nun gehen
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import tailwindcss from "tailwindcss";
|
||||
import autoprefixer from "autoprefixer";
|
||||
import tailwindcss from "npm:tailwindcss";
|
||||
import autoprefixer from "npm:autoprefixer";
|
||||
|
||||
export default {
|
||||
plugins: [tailwindcss, autoprefixer],
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/*
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
*/
|
||||
3
src/vite-env.d.ts
vendored
3
src/vite-env.d.ts
vendored
@@ -5,7 +5,8 @@ import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
//@ts-ignore
|
||||
import type { DefineComponent } from 'npm:vue'
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import deno from '@deno/vite-plugin'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
//@ts-ignore
|
||||
import { defineConfig } from 'npm:vite'
|
||||
//@ts-ignore
|
||||
import deno from 'npm:@deno/vite-plugin'
|
||||
//@ts-ignore
|
||||
import vue from 'npm:@vitejs/plugin-vue'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
|
||||
Reference in New Issue
Block a user