Skip to content

fix: updated attribute order in description section class#66

Merged
dunderrrrrr merged 1 commit into
dunderrrrrr:mainfrom
fredrik-sjoholm-helo:update-description-class
Mar 30, 2026
Merged

fix: updated attribute order in description section class#66
dunderrrrrr merged 1 commit into
dunderrrrrr:mainfrom
fredrik-sjoholm-helo:update-description-class

Conversation

@fredrik-sjoholm-helo
Copy link
Copy Markdown
Contributor

Blocket changed the order of the attributes in the section tags for the description field.

Before:
<section class="border-t pt-40 mt-40">
Now:
<section class="pt-40 border-t mt-40">

This fix changes the _extract_description method to reflect this change.

@dunderrrrrr
Copy link
Copy Markdown
Owner

Thanks for the PR, much appreciated! Looks good 👍

In the best of worlds we should make it so that css classes etc. does not break parts of this package.

@dunderrrrrr dunderrrrrr merged commit 785bd99 into dunderrrrrr:main Mar 30, 2026
4 checks passed
@tim-flynn
Copy link
Copy Markdown

In the best of worlds, API wrappers like this wouldn't be needed...

Really appreciate you keeping this project up to date! It's awesome! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants