Skip to content

Commit d107fc9

Browse files
committed
added codemirror and editor based files
1 parent b5e3aef commit d107fc9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/client/components/common/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ $primary-blue: #0073a6;
22
$primary-white: #ffffff;
33
$primary-grey: #d2d2d2;
44
$primary-yellow: #ffd54c;
5-
$primary-grey: #9ca0a3;
5+
$primary-thick-grey: #9ca0a3;
66
$primary-dark-font: #454545;

docs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"dependencies": {
1212
"babel-loader": "^7.1.4",
1313
"babel-standalone": "^6.7.7",
14-
"classnames": "^2.2.5",
15-
"codemirror": "^5.14.2",
14+
"classnames": "^2.2.6",
15+
"code-mirror-themes": "^1.0.0",
16+
"codemirror": "^5.39.0",
1617
"css-loader": "^0.28.11",
1718
"history": "^2.1.1",
1819
"lodash": "^4.17.10",

docs/webpack.config.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
'css-loader',
3737
'sass-loader',
3838
],
39-
include: [ path.join(__dirname), /flexboxgrid/ ],
39+
include: [ path.join(__dirname), /flexboxgrid/, /codemirror/ ],
4040
}, {
4141
test: /\.(txt)$/,
4242
use: 'raw-loader',

0 commit comments

Comments
 (0)