Skip to content

Instantly share code, notes, and snippets.

@sunew
Created February 16, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunew/2aff06f8571df0f3aeec to your computer and use it in GitHub Desktop.
Save sunew/2aff06f8571df0f3aeec to your computer and use it in GitHub Desktop.
boostrap sass

various links and notes

http://cyberdesigncraft.com/bootstrap-tables-forms-tutorial/

http://bootsnipp.com/

bootstrap sass

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."

metode til brug/customisering af bootstrap:

http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html

(using mixins)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment