From CSS to Sass in WordPress
I gave the talk From CSS to Sass in WordPress at WP Summit 2014. This page contains additional resources and corrections to the slides. Download the current slides here (PDF).
Missing Slide #
This slide was missing the first time I gave this talk at WP Summit.
Compilers #
GUI Compiler Apps #
- Koala: Free (Windows, Mac, Linux)
- Compass.app: $10 (Windows, Mac, Linux)
- Scout: Free (Windows, Mac)
- Codekit: $30 (Mac)
CLI Compilers #
Task Runner Compilers #
- Grunt Sass (Ruby)
- Grunt Compass (Ruby)
- Grunt Sass (node-sass)
- Gulp Sass (Ruby)
- Gulp Compass (Ruby)
- Gulp Sass (node-sass)
Additional Reading #
- “Sass for WordPress Developers,” James Steinbach
- “Compass Compiling and WordPress Themes,” Chris Coyier
- “How to Use Sass with WordPress,” Andy Leverenz
- “Getting Sassy with WordPress”, Tracy Rotton
- “Introduction to Sass for New WordPress Theme Designers,” WPBeginner
- “A WordPress Development Process Using Sass and Compass”, Yanko Dimitrov
- “Get Your Sass in Line,” Micah Godbolt
- “Architecture for a Sass Project,” Kitty Giraudel
- “Sass Partials and the Problems Surrounding Them”, Tim Whitney
- “How Evernote handles their Sass Architecture”