Tag Archives : Media Query September 2013

  • Sass Media Query Mixin

    Media queries are a gigantic pain in the ass especially when they’re scattered throughout your code base. This Sass @mixin attempts in a half-ass way to resolve that problem (for me personally) by keeping it DRY and defining once. There’s also a RubyGem called “Breakpoint” http://breakpoint-sass.com, however I desire a custom @mixin without the reliance of a dependency like a Gem to manage this for me. Read More →