I hereby claim:
- I am hsleewis on github.
- I am hsl (https://keybase.io/hsl) on keybase.
- I have a public key whose fingerprint is 64EB C26F 507D 9483 8C91 6690 9B40 9E96 E366 5E84
To claim this, I am signing this object:
#main { | |
display: table; | |
} | |
#overview { | |
display: table-footer-group; | |
} | |
#content { | |
display: table-header-group; |
http.createServer(function (req, res) { | |
var jsondata = ""; | |
req.on('data', function (chunk) { | |
jsondata += chunk; | |
}); | |
req.on('end', function () { | |
res.writeHead(200, {'Content-Type': 'text/plain'}); |
.DS_Store | |
composer.lock | |
fuel/vendor | |
fuel/app/logs/*/*/* | |
fuel/app/cache/*/* | |
public/.htaccess |
I hereby claim:
To claim this, I am signing this object:
{ | |
animation : none; | |
animation-delay : 0; | |
animation-direction : normal; | |
animation-duration : 0; | |
animation-fill-mode : none; | |
animation-iteration-count : 1; | |
animation-name : none; | |
animation-play-state : running; | |
animation-timing-function : ease; |
Exception [ Error ]: parse error: failed at `@props: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`;` /Users/hsl/Projects/fuel_base/fuel/app/vendor/less/../bootstrap/less/mixins.less on line 253 |
<script> | |
// (c) Copyright 2011 Caroline Schnapp. All Rights Reserved. Contact: [email protected] | |
// See http://wiki.shopify.com/Linked_Options | |
var Shopify = Shopify || {}; | |
Shopify.optionsMap = {}; | |
Shopify.updateOptionsInSelector = function(selectorIndex) { | |
<meta name='viewport' content='user-scalable=no, width=device-width' /> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |