-
Notifications
You must be signed in to change notification settings - Fork 64
Replace Bulma helpers with Tailwind utilities #99
Conversation
There could be some variations due to specificity issues (Bulma's deeply nested classes in components mostly win over Tailwind 😢) but the PR seems to be in a good place. The specificity issues will likely be a recurring issue during the framework transition stage. |
This PR will need updating when #96 is merged. |
This is looking pretty good now, open for reviews! |
Awesome, I'm excited to explore the code here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really great, and actually makes me think we could have the old .scss removed before we implement the finalized UI. That would actually be quite nice, as it would give us more of a 'clean slate' before heavily modifying and creating new components.
I agree, it'll be awesome to be able to create the new components purely in Tailwind. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for doing all this work, Dhruv! The utility classes are much more organized now.
Fixes #97
This PR replaces Bulma helpers with their Tailwind counterparts. After confirming that none of Bulma's helpers are in use, we can chuck the directory altogether.