Tailwind - #68
Conversation
✅ Deploy Preview for molevolvr ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Nice work! I took a cursory look at the source, and it's a lot nicer to see the Tailwind classes inline in the components and not having to have a companion CSS file is a nice bonus. The Netlify preview also looks good; I suppose by design it looks the same as it did before, but I didn't notice any issues.
I hope it wasn't too tedious to have to map the CSS you had before to Tailwind classes, but in any case kudos for the effort; IMO it's time well spent.
|
Though it was redoing work, I think in the long run it will be beneficial. Reduced a lot of code, will be more quick to edit, etc. It was also a good exercise to see if Tailwind held up on a larger scale project with things like dark mode, theming, canvas, etc., and it did. |
Closes #66