Linking to Highlighted Lines of Code on GitHub
One of the features I use most often on GitHub is linking to highlighted lines of code in my repository.
Continue reading »
A Super Simple Sass @for Directive
The Sass @for directive is a pretty powerful feature. It’s really handy for iterating over a set of items. The directive has a pretty simple format: @for $var from <start> through/to <end>
, where the from/through variation includes all values, including the last item, and the from/to variation doesn’t. It’s been around since the 2.2 release, however, I just recently got my first chance to work with it.
Continue reading »
Learning GitHub Passively
Github was never part of my workflow, so I never went out of my way to learn how to use it.
Continue reading »