sass-workshop
sass-workshop copied to clipboard
Sass workshop info and examples covering Sass and dividing up themes into basic, intermediate & advanced topics.
Modular & Maintainable Sass Workshop
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.
Installation
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.
Workshop Sections
The workshop will be divided up into the following sections:
- Frameworks
- Basic
- Intermediate
- Advanced
Frameworks
Basic
Exercise 1 - Syntax
Exercise 2 - Variables
Exercise 3 - Nesting
Exercise 4 - Parent Selectors:
Intermediate
Exercise 5 - Operations
Exercise 6 - Mixins
Exercise 7 - @extend
Exercise 8 - Placeholders
Exercise 9 - Mixins vs. Extend
Advanced
Exercise 10 - Functions
Exercise 11 - Control Directives
Exercise 12 - Media Queries
Exercise 13 - Maps
Modular Systems & Pattern Libraries
Boilerplates
Custom Systems
Creating a Modular System
In order to create a modular system, modules must be:
- Nestable
- Combinable
- Clearfixed
- Flexible
- Sepatared by Structure and Aesthetics
Pattern Libraries and Rapid Prototyping
Provide the following:
- Consistent user experience
- Consistent aesthetics
- Reusable architecture
- Maintainable and tested structure
LibSass
LibSass, C implementation of Sass. Insanely fast, works as a system level library on OSX, Linux and Windows, wrappers for multiple languages.