To prepare for dark mode, it seems useful to upgrade tailwindcss to v2 or v3. I've followed the upgrade guides and prepared two commits, one for the v1 to v2 migration, and one for the v2 to v3 migration.
I'm not super sure about that, so it might make sense for someone more experienced to take a look. The rest of the upgrade guide was fairly straightforward. Resulting optical changes seem minimal, the alert boxes are a slightly different shade of yellow, and some grids are spaced a bit differently, that was all I could spot.
To prepare for dark mode, it seems useful to upgrade tailwindcss to v2 or v3. I've followed the upgrade guides and prepared two commits, one for the v1 to v2 migration, and one for the v2 to v3 migration.
tailwindcss removed the purgecss dependency with v3, and instead requires a 'content' directive in the config, which is described here: https://tailwindcss.com/docs/content-configuration
I'm not super sure about that, so it might make sense for someone more experienced to take a look. The rest of the upgrade guide was fairly straightforward. Resulting optical changes seem minimal, the alert boxes are a slightly different shade of yellow, and some grids are spaced a bit differently, that was all I could spot.