I suppose this is where you rely on the cascading thing - place a @import at the bottom of your bootstrap for your overrides.
Using a framework favors convention over configuration for the benefit of speed.
I especially like it because the team has a central set of documentation for the UI to use - that means if we override a style, if they followed the convention, everything works out better.
Comments
I suppose this is where you rely on the cascading thing - place a @import at the bottom of your bootstrap for your overrides.
Using a framework favors convention over configuration for the benefit of speed.
I especially like it because the team has a central set of documentation for the UI to use - that means if we override a style, if they followed the convention, everything works out better.
I do agree using a namespace would help though.