Redash is in the midst of migrating from Bootstrap to Ant, and from Angular to React.
Loading both component libraries causes collisions, since both use some identical less variable names, resulting mostly in wrong colors being displayed.
Bootstrap cannot be fully swapped until React migration is complete (Ant doesn't offer Angular components) so a middle ground must be found.
Currently defining specific css overrides, which problematic in many ways. Need better solution.
Redash is in the midst of migrating from Bootstrap to Ant, and from Angular to React.
Loading both component libraries causes collisions, since both use some identical
lessvariable names, resulting mostly in wrong colors being displayed.Bootstrap cannot be fully swapped until React migration is complete (Ant doesn't offer Angular components) so a middle ground must be found.
Currently defining specific css overrides, which problematic in many ways. Need better solution.