Whats the best way for component based scss when using libraries like MUI or Bootstrap?
Unanswered
Spectacled bear posted this in #help-forum
Spectacled bearOP
Hello, which way are you using for styling? My experience is that styling common is overwritten by libraries like (React-)Bootstrap or MUI.
I have used css modules buts thats hard to use in combination with Bootstrap because you can not override Bootstraps default.
Global SCSS is a option but not the most efficient way. Thats why i prefer component based styling
I have used css modules buts thats hard to use in combination with Bootstrap because you can not override Bootstraps default.
Global SCSS is a option but not the most efficient way. Thats why i prefer component based styling