Skip to content

Instantly share code, notes, and snippets.

@kyrasteen
Created February 10, 2015 04:57
Show Gist options
  • Save kyrasteen/49fc40ff413f2fe814a4 to your computer and use it in GitHub Desktop.
Save kyrasteen/49fc40ff413f2fe814a4 to your computer and use it in GitHub Desktop.
Bourbon - lightning talk
#Bourbon
##What is Bourbon?
*SASS library
>What is SASS(briefly)?
*CSS preprocessor
*provides cool tools such as variables, functions, mixins, and partials
*.sass and .scss
##Why is Bourbon so cool?
*Built by Thoughtbot
*lightweight
*only predefined SASS mixins and functions
*similar to SASS, it allows css to be more DRY by creating reusable chunks of code
*cross-browser compatibility
*beautiful documentation
##Examples
*first example(show input of .scss and output/rendering of .css)
*second example
##What Bourbon does not have, these are available:
*Neat
*Bitters
*Refill
*use all of these to show an example from Refill documentation code.
##Resources slide and concluding Bourbon is awesome statements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment