When editing my common.css to test style of p tag - I need to activate:.tiInherit p {
text-indent:inherit;
}
I see that my style is uploaded, but is overwritten by another general css. I suspect that this could come from ResourceLoader and related timing of css files loading. Am I true? If so, how the issue can be avoided?
Alex