Skip to content

Instantly share code, notes, and snippets.

View CompuIves's full-sized avatar

Ives van Hoorne CompuIves

View GitHub Profile
{
"name": "dll_bundle",
"content": {
"./node_modules/fbjs/lib/emptyFunction.js": 0,
"./node_modules/fbjs/lib/invariant.js": 1,
"./node_modules/fbjs/lib/warning.js": 2,
"./node_modules/react": 3,
"./node_modules/fbjs/lib/emptyObject.js": 4,
"./node_modules/object-assign/index.js": 5,
"./node_modules/prop-types/checkPropTypes.js": 6,
import babelTranspiler from '../../transpilers/babel';
import jsonTranspiler from '../../transpilers/json';
import stylesTranspiler from '../../transpilers/css';
import sassTranspiler from '../../transpilers/sass';
import rawTranspiler from '../../transpilers/raw';
import stylusTranspiler from '../../transpilers/stylus';
import lessTranspiler from '../../transpilers/less';
import asyncTranspiler from './transpilers/async';
@CompuIves
CompuIves / codesandbox-editor.css
Created April 10, 2017 12:07
CodeSandbox Editor styles
.cm-s-oceanic.CodeMirror {
font-family: 'Source Code Pro', monospace;
background: #1C2022;
color: #e0e0e0;
height: 100%;
font-size: 14px;
font-weight: 500;
}
.cm-s-oceanic div.CodeMirror-selected { background: #374140; }