I hereby claim:
- I am flxa on github.
- I am flxa (https://keybase.io/flxa) on keybase.
- I have a public key ASCuQhGvl0bh1DBUABJBGlZV_samEw1pDw3R4os3GuBViQo
To claim this, I am signing this object:
| function throttle( fn, time ) { | |
| var t = 0; | |
| return function() { | |
| var args = arguments, ctx = this; | |
| clearTimeout(t); | |
| t = setTimeout( function() { | |
| fn.apply( ctx, args ); | |
| }, time ); | |
| }; |
| /* | |
| * Parsley.js allows you to verify your form inputs frontend side, without writing a line of javascript. Or so.. | |
| * | |
| * Author: Guillaume Potier - @guillaumepotier | |
| */ | |
| !function ($) { | |
| 'use strict'; |
| AddType application/vnd.ms-fontobject .eot | |
| AddType font/ttf .ttf | |
| AddType font/otf .otf | |
| AddType application/x-font-woff .woff |
| <link rel="import" href="../topeka-elements/theme.html"> | |
| <link rel="import" href="../topeka-elements/topeka-resources.html"> | |
| <link rel="import" href="../topeka-elements/topeka-app.html"> | |
| <polymer-element name="designer-app"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
I hereby claim:
To claim this, I am signing this object:
| .relational__column { | |
| flex: 1 0 100%; | |
| padding-bottom: 2rem; | |
| } | |
| .relational__column:first-child:nth-last-child(2) { | |
| flex: 1 0 50%; | |
| } | |
| .relational__column:first-child:nth-last-child(2) ~ .relational__column { |