Mobile first or age before beauty

December 10, 2014 at 11:36 pm | Design, SASS, web.

Mobile first for email. Oh course. Right? There are more mobile devices accessing your content, why wouldn’t it be mobile first? Well because mobile doesn’t need any help. It is the faster more nimble sibling to it’s slower desktop and browser based elders. Mobile first means that the styles in the head are for desktop…. Read more »

Compass NilClass

March 5, 2014 at 1:54 pm | Programming, SASS, web.

Had some awesome fun with a compass sass –watch statement today. The problem that I ran into was related to image sprites. A statement like this. sass –watch –compass –sourcemap _css Would get me this. And compass would quit on me. NoMethodError: undefined method `parent’ for nil:NilClass Use –trace for backtrace. The problem, it turned… Read more »