Theming

Jul 4 2013

Learn to Streamline your CSS code with Sass

I’m learning to use Sass. It stands for Syntactically Awesome Style Sheets. It’s a great way to organize and streamline your CSS code.

Here are some resources to get you started:

1.    Basic Introduction to Sass
This article gives a very good overview of what Sass code looks like.
http://www.adobe.com/devnet/html5/articles/introduction-to-sass-part-1-i...

2.    Installing Sass on Windows
This is a great tutorial on how to install Sass on Windows. This also works on Windows 8
http://zqp.me/web-development/getting-started-with-sass-on-windows/