Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am jayj on github.
* I am gundlund (https://keybase.io/gundlund) on keybase.
* I have a public key ASC9N-rtg1JgJgU0K_WlyqxzAXTqyBcpLvrSDNc2Vx-vLQo
To claim this, I am signing this object:
@jayj
jayj / SketchSystems.spec
Last active June 22, 2018 21:35
Initial
Initial
No provider ID -> Provider list
Provider ID -> Provider login
Login token -> Login form
Provider list
Has popular -> Popular providers
No popular -> Full list
Country picker -> Country picker
Search -> Full list
Initial
No provider ID -> Provider list
Provider ID -> Provider login
Login token -> Login form
Provider list
Has popular -> Popular providers
No popular -> Full list
Country picker -> Country picker
Search -> Full list
@jayj
jayj / Gruntfile.js
Last active March 13, 2022 16:47
Using Grunt to automate theme releases
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON( 'package.json' ),
// Bump version numbers
version: {
css: {
options: {
prefix: 'Version\\:\\s'
@jayj
jayj / flexbox.less
Last active November 20, 2023 04:51
CSS3 Flexbox - LESS Mixins
// --------------------------------------------------
// Flexbox LESS mixins
// The spec: http://www.w3.org/TR/css3-flexbox
// --------------------------------------------------
// Flexbox display
// flex or inline-flex
.flex-display(@display: flex) {
display: ~"-webkit-@{display}";
display: ~"-ms-@{display}box"; // IE10 uses -ms-flexbox