http://cyberdesigncraft.com/bootstrap-tables-forms-tutorial/
Fra https://github.com/twbs/bootstrap-sass:
The full list of bootstrap variables can be found here: http://getbootstrap.com/customize/#less-variables. You can override these by simply redefining the variable before the @import directive, e.g.:
$navbar-default-bg: #312312; $light-orange: #ff8c00; $navbar-default-color: $light-orange;
@import "bootstrap";
Om !default: http://robots.thoughtbot.com/sass-default "This means that if the variable has already been assigned to, it won’t be re-assigned, but if it doesn’t have a value yet, it will be given one."
http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html
(using mixins)