Copy link
Copy Markdown
Contributor
π Linked issue
Resolves #5541
β Type of change
- π Documentation (updates to the documentation or readme)
- π Bug fix (a non-breaking change that fixes an issue)
- π Enhancement (improving an existing functionality)
- β¨ New feature (a non-breaking change that adds functionality)
- π§Ή Chore (updates to the build process or auxiliary tools and libraries)
- β οΈ Breaking change (fix or feature that would cause existing functionality to change)
π Description
lg:order-last on reverse theme change to order-last to have consistent behavior across sizes.
π Checklist
- I have linked an issue or discussion.
- I have updated the documentation accordingly.
Copy link
Copy Markdown
npm i https://pkg.pr.new/@nuxt/ui@5545
commit: fa9fe82
Copy link
Copy Markdown
Member
I guess we have the same issue in page-cta.ts and page-section.ts. I can't remember why I did this π€
Copy link
Copy Markdown
Contributor Author
My own feeling playing with the docs preview build is that it now matches the behaviour I would expect, if you like I can also fix page-cta and page-section in this pr!
benjamincanac
changed the title
fix(PageCard): reverse prop not applying for < lg
fix(PageCard/PageCTA/PageSection): handle reverse prop under lg screens