So you can start tinkering immediately you should create an account at CodePen.io. All examples will be available during the workshop so you can follow along and experiment.
A secondary set of static files will be provided after the workshop. You can download them from Github.com.
We won't spend any time during the workshop doing installation. It just never works and takes up too much time. After the workshop I'm happy to help. Otherwise, there are two ways that you can start using Sass:
- Purchase a GUI Application – If you're using OSX your best bet is to use CodeKit or Compass.app. For Windows users Scout or Compass.app work pretty well.
- Use the command line – If you aren't afraid of the command line then there's a simple guide for Windows and OSX users over at Adobe.com. If you're new to the command line here's a nice tutorial.
The workshop will be divided up into the following sections:
In order to create a modular system, modules must be:
- Nestable
- Combinable
- Clearfixed
- Flexible
- Sepatared by Structure and Aesthetics
Provide the following:
- Consistent user experience
- Consistent aesthetics
- Reusable architecture
- Maintainable and tested structure
LibSass, C implementation of Sass. Insanely fast, works as a system level library on OSX, Linux and Windows, wrappers for multiple languages.