Skip to content

Fix bootstrap built#124

Merged
tymees merged 2 commits intodevelopfrom
fix/bootstrap-build
Jul 1, 2025
Merged

Fix bootstrap built#124
tymees merged 2 commits intodevelopfrom
fix/bootstrap-build

Conversation

@tymees
Copy link
Member

@tymees tymees commented Jun 30, 2025

I was notified that the build of UU-Boostrap was broken on develop;

After some research, I figured out that this was due to a mistake on my part. Namely, I accidentally build the last version with a in-development version. (Instead of the latest UU-Bootstrap as released).

(In other words, I didn't realize I linked the dependency to a local version I was messing with).

This PR rebuilds the compiled bootstrap version with the actual intended SCSS. This restores some missing styles, but otherwise should not change anything.

It also updates package.json to reference the new git-url of UU-bootstrap. (Which also added a corepack annotation; I left it there as it's best-practice to have that there)

@tymees tymees requested review from bbonf and miggol June 30, 2025 10:21
Copy link
Contributor

@miggol miggol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I can't tell what was broken or reproduce the issue. But I trust you on this one :)

@tymees tymees merged commit af3901a into develop Jul 1, 2025
0 of 3 checks passed
@tymees
Copy link
Member Author

tymees commented Jul 1, 2025

I'm also not entirely sure of the entire scope, I only know the alert stylings were missing. Probably other issues as well...

Atm you can reproduce it at babex (till Ben pulls this fix ofc), by adding alert alert-error to any div element

@tymees tymees deleted the fix/bootstrap-build branch July 1, 2025 12:40
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.

2 participants