Skip to content

Instantly share code, notes, and snippets.

View iamtyce's full-sized avatar

Tyce iamtyce

View GitHub Profile
@iamtyce
iamtyce / rockhammer-respond-to-mixin.scss
Last active December 18, 2015 11:49
Simple mixin to write inline responsive arguments within Rockhammer
// Respond-to mixin for Rock Hammer (https://github.com/malarkey/rock-hammer/)
// Author: @iamtyce
// Original author: @wernah, based on @benschwarz
// ******************** //
// RESPOND TO //
// ******************** //
// Use: @include respond-to(bp5) { }
@mixin respond-to($breakpoint) {