Bootstrap 5 alpha and row issue

Hello
when using F7 (latest) with Bootstrap v5 aplha (https://v5.getbootstrap.com) - “row” css style does not work correctly.
Bootstrap V4.5 works fine.
Any chance to take a look why is that?

Well if you go to F7 sourcecode, you will see that it has it own .row class

maybe they cant coexist?

Yes, I presume they can not exists so I meant that F7 use .F7row instead of .row, or something like that?

i dont think there is a way with the api. Maybe you can get the source, change .row -> .f7-row, build and use it.