tailwind drinne und fix. sollte nun gehen

This commit is contained in:
danielvici123
2024-10-31 21:43:48 +01:00
parent 4bcfff299d
commit d0eb1f5490
4 changed files with 10 additions and 8 deletions

View File

@@ -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],