Skip to content

Instantly share code, notes, and snippets.

View anthonyLukes's full-sized avatar

Anthony Lukes anthonyLukes

View GitHub Profile
import React from "react";
import ReactSelect from "react-select";
import "react-select/dist/react-select.css";
const Select = props => <ReactSelect {...props} />;
export default Select;
const fs = require('fs');
const prependFile = require('prepend-file');
const files = [
'lib/Components/Cells/WorkOrderCondition.jsx',
'lib/Components/Construction/DataTable/TableFooter.jsx',
'lib/Components/Construction/NotificationBand/Action.jsx',
'lib/Components/Construction/ScrollableNav/ArrowButton.jsx',
'lib/Components/Experiments/WorkOrderCreate/ClientDocuments.jsx',
'lib/Components/Feature/BlockRatingsList.jsx',
<input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
@anthonyLukes
anthonyLukes / mkmod
Last active August 29, 2015 14:05
This is a handy bash utility for creating stubbed sass directories and sass files.
ASSETS_DIR="./src/assets/scss/"
if [ -z "$5" ]
then
SASS_DIR="modules/";
else
SASS_DIR=$5/;
fi
@anthonyLukes
anthonyLukes / index.html
Created April 3, 2014 14:58
A Pen by Anthony Lukes.
<div class="container">
<ul class="blocks blocks_2up">
<li>item</li>
<li>item</li>
<li>item</li>
<li>item</li>
<li>item</li>
<li>item</li>
<li>item</li>
</ul>