Scott has been building stuff on the web for over 10 years and is currently a UX Developer @aereo, in Boston MA.
When not pushing pixels, writing Sass or reading up on web accessibility, he's probably spending time with his wife and daughter, or back on the computer working on one of his side projects.
Authored by Scott
Ordering CSS for Everyone
By Scott O’Hara I often find myself getting into discussions, or arguments disguised as discussions, about the preferred ordering methods for CSS properties. Yeah. That’s how I party. Anyway, it basically boils down to…
Doing More with Sass’ @each Control Directive
By Scott O’Hara I recently wrote an article about the different Sass control directives and how even writing basic directives could be used to code leaner Sass. In this article, I’d like to take…
Getting into Sass Control Directives
By Scott O’Hara Sass makes it very easy to use mixins and extends to write leaner CSS. But perhaps you’re not familiar with how Sass’s Control Directives can help you write leaner Sass. Using…