The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
// Clear Floats //////// | |
@mixin clearfix { | |
*zoom : 1; | |
&:before, | |
&:after { |
module.exports = function(grunt) { | |
// Do grunt-related things in here | |
// Time how long tasks take. Can help when optimizing build times | |
require('time-grunt')(grunt); | |
// Load grunt tasks automatically | |
require('load-grunt-tasks')(grunt); | |
// Project configuration. |