Skip to content

Instantly share code, notes, and snippets.

@hellonicolas
hellonicolas / stylus-jeet-rupture-example.html
Last active August 29, 2015 14:20
Example of using Rupture (breakpoints) and Jeet (grids) with Stylus
<div class="container">
<div class="main-content"></div>
<div class="sidebar"></div>
</div>
@hellonicolas
hellonicolas / gulpfile.js
Last active March 10, 2018 11:30
Build script to help convert Framer projects to Cordova iOS builds
var gulp = require('gulp'),
runSequence = require('run-sequence'),
coffee = require('gulp-coffee'),
htmlreplace = require('gulp-html-replace'),
del = require('del'),
copy = require('gulp-copy'),
wait = require('gulp-wait'),
gutil = require('gulp-util'),
cordova = require("cordova-lib").cordova;