Is it possible to remove a CSS style in a subsequent file?

tonyaostrich

New Member
I know that in CSS, styles that you set overwrite settings for that style in previously loaded style sheets.But is there a way to remove a style that was set in a previously loaded style sheet? For example, suppose I include bootstrap in my project, which has this style:\[code\].tab-content { overflow: auto;}\[/code\]And this style is causing some undesirable effects, so I want to get rid of it. I could of course set it to some desirable value in my own style sheet, but I'd rather if it were simply as though that style were never there.
 
Back
Top