Author

David Demaree

David Demaree has been designing and building web sites since the 1990s. He currently serves as senior product manager for Typekit at Adobe and is the author of Git for Humans, published by A Book Apart. You can read his thoughts about software, food, coffee, and more on Twitter and Medium.

Also from this author

The Art of the Commit

The information you put into a commit message needs to be useful to the people who will read it. Instead of going into too much detail, or worrying about abstract questions like whether a given commit is the release version of a thing, focus on a much simpler story: I just did a thing, and this is the thing I just did. In this excerpt from Git for Humans, David Demaree outlines some best practices for crafting effective commits.

Getting Started with Sass

CSS' simplicity has always been one of its most welcome features. But as our sites and apps get bigger and become more complex, and target a wider range of devices and screen sizes, this simplicity, so welcome as we first started to move away from font tags and table-based layouts, has become a liability. Fortunately, a few years ago developers Hampton Catlin and Nathan Weizenbaum created a new style sheet syntax with features to help make our increasingly complex CSS easier to write and manage, and then used a preprocessor to translate the new smart syntax into the old, dumb CSS that browsers understand. Learn how Sass ("syntactically awesome style sheets") can help simplify the creation, updating, and maintenance of powerful sites and apps.