Skip to content

Instantly share code, notes, and snippets.

@noobjey
Created August 25, 2015 19:06
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 noobjey/12e050da7c9e1b5793dd to your computer and use it in GitHub Desktop.
Save noobjey/12e050da7c9e1b5793dd to your computer and use it in GitHub Desktop.
Sass - Lighting Talk Module 2
# Sass, css for Cool People
### What is Sass
* Precompiler for CSS
* Why use it?
### Sass in Rails
* Setup - just a gem
### 2 Different Flava's
* Scss vs Sass
### Variables
* explanation
* example
* how its usefull
### Nesting
* explanation
* example
* how its usefull
### Partials
* explanation
* example
* how its usefull
### Mixins
* Vendor Prefixes
* Rails way (Gemfile that adds them automagically)
### Inheritance
* explanation
* example
* how its usefull
### Why I Like Sass
* organization
* no semicolons and brackets
* dry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment