Remove TailwindCSS
If you don't like TailwindCSS, you can remove all dependencies for TailwindCSS.
Follow this steps :
- delete the file
tailwind.config.js - in the file
postcss.configremove line 5require('tailwindcss'), - in the file
assets/css/styles.cssremove :@import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; - delete file
assets/css/default.css - in file
assets/css/editor.css, remove all content.