research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
22 stars 15 forks source link

upgrade tailwindcss package #1217

Closed fembau closed 3 days ago

fembau commented 1 month ago

I'm currently working on the table representation of category hierarchies (#992) and I'm facing an incorrect rendering when using tailwinds subgrid: Cells inside the subgrid are rendered vertically instead of horizontally. I tried tailwindcss v3.4.3 and it is fixed there.

dmijatovic commented 1 month ago

I expect no problems to bump version to v3.4.3. We are now using 3.3.2. Maybe also bump @tailwindcss/typography to the latest version 0.5.13?

Because you need the functionality right now, please go ahead and bump the versions in your branch and mention it in your PR. Does this approach works for you?