Feel free to use this as a starter to get you on the right track with writing mobile-first styles with SASS.
- Start with just the styles you need for mobile
- Find natural
min-widthbreakpoints to suit your design - Put all the media queries in the top-level .sass or .less file
- Progressively add partials for larger screens as required