Trying to figure out the structure, but how can I change the defaults for things? Such as the button colors? Right now I'm creating a styles.css and doing:
.btn-primary { background-color: green !important }
I'd like to avoid using !important for over rides for stuff like that. Any help would be greatly appreciated.