Skip to content

Commit

Permalink
[thoughtbot#35] Add SASS Trail
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh authored and Dan Croak committed Jun 20, 2012
1 parent b328694 commit cdf1ccc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions trails/sass.md
@@ -0,0 +1,22 @@
SASS
=====

Critical learning
-----------------

* Read the [SASS Tutorial](http://sass-lang.com/tutorial.html).
* Read examples of source code, such as [this](https://github.com/thoughtbot/bourbon/tree/master/app/assets/stylesheets).

Validation
----------

You know everyday SASS when you can:

* Use nested selectors.
* Set and use variables.
* Create and use mixins.

Ongoing reference
-----------------

* Read the [SASS Documentation](http://sass-lang.com/docs.html).

0 comments on commit cdf1ccc

Please sign in to comment.