Closed PhilipAllStar closed 3 years ago
We were putting the bootstrap styles in the index.html which works for now.
Somehow if we put the styles in the css or html of the corresponding Angular Component it does not work. This would be a much cleaner solution in my oppinion. Also if I try to style the toolbar components manually in (any) css file it does not apply.
I will try to rebuild this component without bootstrap
Hey, The styles in the angular.json messes with some of my other components. I pinpointed it to the bootstrap one.
Is there a way to import it otherwise?
I tryed to put the bootstrap.min.css into the styles of my component, but it did not work.