Skip to content

Commit

Permalink
feat: Add Bootstrap 4
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Oct 15, 2016
1 parent 1010363 commit b70aabb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"dependencies": {
"babel-eslint": "^7.0.0",
"babel-polyfill": "^6.16.0",
"bootstrap": "^4.0.0-alpha.4",
"codemirror": "^5.19.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-promise": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@import '~bootstrap/dist/css/bootstrap.css';
@import '~codemirror/lib/codemirror.css';
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = new class Application extends MatreshkaObject {
}
}, true)
.on({
'submit::sandbox': evt => {console.log(this.code)
'submit::sandbox': evt => {
evt.preventDefault();
const results = lint(this.code, this.toJSON());

Expand Down

0 comments on commit b70aabb

Please sign in to comment.