::ng-deep{
// some css
}
In angular, even after !important if css is not working use below trick.
::ng-deep{
.text-color-black{
color:black!important
}
}
::ng-deep{
.text-color-black{
color:black!important
}
}
or
.text-color-black::ng-deep{
color:black!important
}
Code Example |
---|
Css :: css hsla |
Css :: not focus css |
Css :: css text rotate |
Css :: css combinators |
Css :: tailwind table |
Css :: html css tilt text |
Css :: css remove second element |
Css :: how to change highlight color on website |
Css :: margin css |
Css :: select third element of an id css |
Css :: flexbox properties css |
Css :: how to center a list in html |
Css :: select odd child css |
Css :: how to hide scrollbar in tailwind css |
Css :: rotate box-shadow |
Css :: Error: Could not find "stylelint-csstree-validator" |
Css :: prevent bounce scroll css |
Css :: cool gradient |
Css :: css font-variant |
Css :: how to validate mail adress css |
Css :: set min div height |
Css :: how to center image in css |
Css :: font size x large in css |
Css :: width 33 css |
Css :: remove materialize style input |
Css :: apply margin to all child elements |
Css :: change hr tag width css |
Css :: input background color |
Css :: css flexbox syntax |
Css :: css animation box shadow |