Closed arildm closed 1 month ago
tailwind.config.js has:
// pug doesn't support special characters in class names, so no colon. separator: "_",
See https://tailwindcss.com/docs/configuration#separator
Pug was removed in February 2023 (b13084b99a3f9efbb2b3163dc40411441c3aa4e5), so there's no need for that anymore.
Switching back shouldn't be a huge commit, and should be easier in the long run.
tailwind.config.js has:
See https://tailwindcss.com/docs/configuration#separator
Pug was removed in February 2023 (b13084b99a3f9efbb2b3163dc40411441c3aa4e5), so there's no need for that anymore.
Switching back shouldn't be a huge commit, and should be easier in the long run.