fix(editor): Temporarily disable tailwind (no-changelog) (#9394)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-05-14 17:20:31 +02:00
committed by GitHub
parent 6059722fbf
commit 1777f8cdb1
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
// tailwindcss: {},
autoprefixer: {},
},
};