I hereby claim:
- I am bellerus on github.
- I am bg (https://keybase.io/bg) on keybase.
- I have a public key whose fingerprint is F277 D8D2 72B9 BE43 594F B864 86F1 7CF3 3A33 7C38
To claim this, I am signing this object:
| var _asAnalyticsMethodColors = { | |
| identify: "#c66", | |
| alias: "#c66", | |
| track: "#66c", | |
| page: "#c6c", | |
| _default: "#888" | |
| }; | |
| function _asAnalyticsLog(method, objects) { | |
| var color = _asAnalyticsMethodColors[method] || _asAnalyticsMethodColors._default; |
| # grunt-newer: | |
| # Check for newer @import .less files example | |
| # See: https://github.com/tschaub/grunt-newer/issues/29 | |
| # CoffeeScript version of @cgmartin https://gist.github.com/cgmartin/10328349 | |
| checkForModifiedImports = (details, action) -> | |
| lessFile = details.path | |
| mTime = details.time |
I hereby claim:
To claim this, I am signing this object:
| /* Relative/Absolute */ | |
| body { | |
| font-family: helvetica; | |
| } | |
| .boxy { | |
| border: 2px double black; | |
| margin: 0 0 10px 0; | |
| padding: 10px; | |
| } |
| /* Floats */ | |
| body { | |
| font-family: helvetica; | |
| } | |
| .boxy { | |
| border: 2px double black; | |
| margin: 0 0 10px 0; | |
| padding: 10px; | |
| } |
| /* Inheritance */ | |
| body { | |
| background: black; | |
| font-family: helvetica; | |
| } | |
| .container { | |
| color: white; | |
| padding: 30px; | |
| text-align: left; |
| /* Selectors */ | |
| body { | |
| background: #00a3e6; | |
| color: white; | |
| font-size: 40px; | |
| font-family: Helvetica; | |
| min-height: 100%; | |
| } | |
| /* descendant */ |
| <div class="column-holder"> | |
| <div class="variable-column"> | |
| <h2>Columnists</h2> | |
| <article class="item-summary article"> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <array> | |
| <dict> | |
| <key>AudioList</key> | |
| <array> | |
| <dict> | |
| <key>AudioBitrate</key> | |
| <string>160</string> |