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
import React from "react"; | |
import ReactSelect from "react-select"; | |
import "react-select/dist/react-select.css"; | |
const Select = props => <ReactSelect {...props} />; | |
export default Select; |
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
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', |
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
<input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /> |
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
ASSETS_DIR="./src/assets/scss/" | |
if [ -z "$5" ] | |
then | |
SASS_DIR="modules/"; | |
else | |
SASS_DIR=$5/; | |
fi |
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
<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> |