You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't like to add !important tag into css. It makes it less flexible.
Can you give an example when problems can't be resolved by including this styles after other css?
@zavoloklom, First, thank you for your great contributions!
I don't like the !important tag on base css files either, but i'm running into the following problem with angular/material (an example for a FAB button on https://material.angularjs.org/latest/demo/button):
Angular material overrides the color because of the in-page style-tags. How about a material-design-color-palette.important(.min).css file for these cases?
So they can override custom default colors by themselves.
The text was updated successfully, but these errors were encountered: