Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.18k stars 517 forks source link

[Bug]: missing css class for botstrap5 #5511

Open drma-tech opened 1 month ago

drma-tech commented 1 month ago

Blazorise Version

1.5.2

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

<Paragraph TextAlignment="TextAlignment.Justified">

Steps to reproduce

<p class="mb-1 text-justify" _bl_491=""></p>

A reference to this CSS class is generated, but it does not exist.

What is expected?

css class present to be processed by the browser

What is actually happening?

At the time (a year ago) I did this it was with bootstrap4 (it worked at the time). I recently migrated to 5 and now I noticed that this class is missing. There may be other absences, I only noticed this one. Maybe it's even missing in 4 (I don't know, because I don't use it anymore)

What browsers do you see the problem on?

Chrome

Any additional comments?

No response