Skip to content

Instantly share code, notes, and snippets.

View bonitron's full-sized avatar

Víctor Bonilla bonitron

View GitHub Profile

Contract Killer

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

@bonitron
bonitron / Gruntfile.js
Created June 11, 2015 17:04
Sass gruntfile
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.
@bonitron
bonitron / SassMeister-input.scss
Created August 6, 2015 12:23
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// Clear Floats ////////
@mixin clearfix {
*zoom : 1;
&:before,
&:after {