Devwares-Team / cdbreact

Contrast Design Bootstrap : Elegant UI Kit and reusable components for building mobile-first, responsive websites and web apps
https://www.devwares.com/product/contrast
Other
51 stars 16 forks source link

bootstrap-css-only dependency causes theming issues with rest of application #31

Closed buildxyz-git closed 1 year ago

buildxyz-git commented 1 year ago

I was trying to troubleshoot an issue where I could not overwrite Bootstrap's $theme-color map and it turned out by removing cdbreact from my project the issue was resolved. This is likely due to variable redefinition in cdbreact dependancy:

"bootstrap-css-only": "^4.4.1",

Curious if others have had this issue or if there is some misconcfiguration with my project.

Speedwares commented 1 year ago

Hey @buildxyz-git

Could you replicate this on Codesandbox so I can take a closer look? However, "bootstrap-css-only" is no longer a dependency, as we have moved on from it.

I will update this in the next release.