eclipse-pass / main

Catch all repository against which issues of general, cross cutting topics are logged.
Apache License 2.0
4 stars 8 forks source link

Bootstrap css not loading in pass-ui production build #1027

Closed rpoet-jh closed 4 months ago

rpoet-jh commented 4 months ago

The production build has a few layout issues. Identified issue is how the bootstrap 5 css needs to be loaded.

jaredgalanis commented 4 months ago

This actually not a loading of bootstrap 5 issue after all. It is that coreUI, which is a fork of bootstrap, wasn't loading (and neither was bootstrap directly), so we were missing styles. Then it turned that loading bootstrap directly conflicts with coreUI and also was not needed.