Sasson
@TODO - break this down into separate pages.
@ToDo - While most of this is still valid, we need to update this to v3.x.
USEFUL INFORMATION
- Out of the box Sasson will give you a 960 pixel grid system, you may change grid properties in your theme settings.
- Sasson gives you a responsive layout - that means your site adapts itself to the browser it is displayed on. you may set the layout breakpoints or disable this behaviour via theme settings.
- The default responsive layout takes a desktop-first approach, you can go mobile-first with a click in your theme settings.
- New - Sasson can auto-generate image sprites and matching stylesheets out of a directory of images. under your sub-theme's image directory you'll find 3 directories (horz, vert, and smart), all you need to do is put images inside those directory and call them from your Sass file:
@import "sprites/DIRNAME";
.selector {
@include sprite-DIRNAME-FILENAME;
}