This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| color: #212121; | |
| font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| letter-spacing: 0.02em; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 8 JUL 2013 | |
| Couldn't sleep - kept thinking about modules with blobs, workers, data:URIs - then realized this was | |
| staring us in the face this whole time, verified it with firebug and some test code, wrote the gist | |
| down - now go build it. | |
| Starts with Tobie Langel's lazy evaluation of JS ~ | |
| http://calendar.perfplanet.com/2011/lazy-evaluation-of-commonjs-modules/ | |
| and Tom Dale's http://tomdale.net/2012/01/amd-is-not-the-answer/ |