Skip to content

Instantly share code, notes, and snippets.

@gvinter
Last active August 29, 2015 14:01
Show Gist options
  • Save gvinter/0226a25a8a873a8b5855 to your computer and use it in GitHub Desktop.
Save gvinter/0226a25a8a873a8b5855 to your computer and use it in GitHub Desktop.
Sass Mixins / Responsive Scaffolding Coding Test
You've been given PSDs for 3 general screen sizes - mobile, tablet, desktop.
  1. Using mixins to maximize efficiency, create a Sass library to:
  • allow for short-hand media-queries (via mixin) for ease of use
  • create a grid/column structure for easy responsive and/or adaptive layouts
  • display columns and placeholders for scaffolding layouts
  1. Implement a mockup of different layouts that show off the different permutations of your new library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment