I Have used multiple css files to make my code clear. This cause some priority issue in styling because some codes over write the other.
So i was wondering if there is any way i could priortize the css files so that high priority files are not over written.
#idName{display: none!important}here this will consider this more important than any other property..