Download the new Autochrome 2.0 Photography Wordpress Theme.

Tag Archives: Stylesheets

Finding love in Sass and Susy with a Compass

— By

Compass is a stylesheet authoring tool that uses Sass, which comes with nested rules, variables, mixins and they are a deadly combo. Compass with Sass can make it easier to write and maintain stylesheets.

CSS Variables

— By

It is very common to find repeated property values in a CSS stylesheet. CSS Variables allow authors to define variables that are reusable as property values anywhere in a stylesheet and queryable/modifiable through an extension of the CSS Object Model.