hms-dbmi / vizarr

A minimal Zarr image viewer based on Viv.
https://hms-dbmi.github.io/vizarr/?source=https://minio-dev.openmicroscopy.org/idr/v0.3/idr0062-blin-nuclearsegmentation/6001240.zarr
MIT License
114 stars 16 forks source link

feat: Migrate to tailwindcss #202

Open manzt opened 1 month ago

manzt commented 1 month ago

Meant to replace #199. I'd originally merged and then ran into issues with styles in Jupyter and reverted the changes. I need to find the time to dig into the build and make sure the CSS is produced correctly for different scenarios. The one nice thing about the CSS in JS from before is that it was fairly portable. With tailwind (or any custom CSS for that matter), we need to find a way to inject the styles ourself. I think ShadowDOM can help us here.