I currently use Twitter's Bootstrap for some small projectsand. I put all the CSS changes in a new .css file. But how can I unset CSS attributes from the original bootstrap.css?
Already tired setting it to 0, but that won't work for all attributes.
.example { color: 0; } for example doesn't work.
Any ideas?