I'm inheriting styles from Bootstrap and some other sources and I need to undefine one of their attributes. Is there a simple way to undefine some CSS attribute that's been imported such as:
.container, main { width: 1170; }
The question is specifically if you can "UNDEFINE" an attribute. Not overwrite it.