Skip to content

Instantly share code, notes, and snippets.

View fleeting's full-sized avatar
🐢
As productive as this turtle.

James Fleeting fleeting

🐢
As productive as this turtle.
View GitHub Profile
We couldn’t find that file to show.
.grid, .grid-flex {
&.grid-gutter {
margin-bottom: 50px;
}
}
.grid {
display: grid;
grid-gap: 25px;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
{
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"eslint.autoFixOnSave": true,
"editor.minimap.enabled": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"explorer.autoReveal": false
@fleeting
fleeting / files.js
Created January 24, 2017 17:32
Jubilee example for compiling component with css and js.
var globs = {
tabs: {
path: 'tabs/',
css: [
paths.src + 'components/tabs/tabs.css'
],
js: [
paths.src + 'components/tabs/tabs.js'
],
js_compiled: 'tabs.compiled.js'
white:
base: '#fff'
dark: '#f2f2f2'
light: '#f7f7f7'
black:
base: '#222'
light: '#2a2a2a'
gray:
base: '#d3d7d9'
dark: '#aaabad'
@fleeting
fleeting / output.sh
Last active September 26, 2016 14:26
python -c "import sys; print 'sys.path', sys.path; import setuptools; print 'setuptools version', setuptools.__version__; from pip.pep425tags import supported_tags; print 'supported_tags', supported_tags"
sys.path ['', '/usr/local/lib/python2.7/site-packages/six-1.10.0-py2.7.egg', '/Library/Python/2.7/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/Users/fleeting/Library/Python/2.7/lib/python/site-packages', '/usr/local/lib/python2.7/site-packages', '/Library/Python/2.7/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Fr
<?php
public function get_tokens() {
$google_client = new Google_Client();
$google_client->setAuthConfig(ROOT . '/mbcms_config/client_secrets.json');
$google_client->setAccessType("offline");
$google_client->addScope(Google_Service_Analytics::ANALYTICS_READONLY);
$tokens = $this->GoogleAnalytic->find(
'list',
array(
{
"autoprefixer": {
"browsers": ["last 2 versions"]
},
"stylelint": {
"reporters": [{ "formatter": "string", "console": "true" }]
},
"uglify": { "preserveComments": "some" },
"jshint_reporter": "jshint-stylish",
"sorting": {

Keybase proof

I hereby claim:

  • I am fleeting on github.
  • I am fleeting (https://keybase.io/fleeting) on keybase.
  • I have a public key ASC7ZIQ80KjPWdcGLSgsd-48CEbPBja6PiR_o_Hu0qBTXQo

To claim this, I am signing this object:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Adometry Landing Page</title>
<link rel="stylesheet" href="css/app.min.css">
</head>
<body>
<header>
<div class="full">