Skip to content

Instantly share code, notes, and snippets.

@luiz
luiz / async-define.js
Last active August 29, 2015 14:09 — forked from sergiolopes/async-define.js
AMD-compatible 'define' with async and exports support
/*
AMD-compatible async 'define' modularization by sergiolopes and luiz:
https://gist.github.com/luiz/d71c99cf1cda53190e70
Contains the 'define' module syntax compatible with the official API and
support for injecting the 'export' variable and a flexible dependency
resolver with no restrictions on how you load your files.
This implementation doesn't load your JS files so you have to do it. You
can bundle one big file, load multiple files, load them asynchronously, out
@luiz
luiz / dabblet.css
Created August 11, 2014 20:24 — forked from anonymous/dabblet.css
Untitled
html,body {
height: 100%;
}
body:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
meter {
@luiz
luiz / dabblet.css
Created July 8, 2014 00:35 — forked from anonymous/dabblet.css
Untitled
.container {
border: 2px solid black;
text-align-last: justify;
margin: 0;
padding: 0;
}
.content {
width: 20%;
display: inline-block;
height: 100px;