Open
Conversation
May have been a bit too ambitious here trying to use grid when it's not needed.
Removes CTA and pagination helpers
This keeps the specificity low so that they can be overridden later, eg in PostContent.
Our old size was 18px, which messed up a variety of different styles in Tailwind. This applies it back to just our prose content.
This means small is now actually small, and regular is usable (and the new default).
joehoyle
approved these changes
Apr 9, 2026
Member
|
Member
Author
|
Just also checking if the search bar is working correctly, I'm seeing cases where it seems to be hidden. |
Various bits of the Tailwind output in production mode were being exorcised by cssnano. Until we update webpack-helpers for the newest version, disable minimisation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes the last vestiges of the HM Pattern Library and associated tooling, moving to Tailwind instead. This brings multiple benefits:
Consider this the v1 of switching to Tailwind. There's three remaining efforts that can follow on from this:
proseclass). This is a visual change, so is deferred from here, but this would help us significantly clean up a lot of the PostContent styles and also make display more consistent.