Collection of techniques for Sass to build responsive web sites.
- Normalize CSS for different browsers/devices
- Functions to calculate from pixels to rems & ems
- Mixins to check if-retina and unless-retina
- Mixins to detect if-wider-than-mobile
- Mixin for retina sprites
- Mixin to trigger breakpoints in JavaScript
- CSS3 mixins (from @wagerfield)
Copy the lagom folder into your project and import the all.scss in your Sass file, example:
@import 'lagom/all';
Lagom is Swedish and means "Just as its suppost to be".
- Write documentation