Skip to content

Commit 8ce9eac

Browse files
committed
Remove bootstrap & flexboxgrid
Change-type: patch Changelog-entry: Remove bootstrap & flexboxgrid Signed-off-by: Lorenzo Alberto Maria Ambrosi <[email protected]>
1 parent 76086a8 commit 8ce9eac

File tree

4 files changed

+1
-21
lines changed

4 files changed

+1
-21
lines changed

docs/ARCHITECTURE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ technologies used in Etcher that you should become familiar with:
1414
- [NodeJS][nodejs]
1515
- [Redux][redux]
1616
- [ImmutableJS][immutablejs]
17-
- [Bootstrap][bootstrap]
1817
- [Sass][sass]
19-
- [Flexbox Grid][flexbox-grid]
2018
- [Mocha][mocha]
2119
- [JSDoc][jsdoc]
2220

@@ -67,8 +65,6 @@ be documented instead!
6765
[nodejs]: https://nodejs.org
6866
[redux]: http://redux.js.org
6967
[immutablejs]: http://facebook.github.io/immutable-js/
70-
[bootstrap]: http://getbootstrap.com
7168
[sass]: http://sass-lang.com
72-
[flexbox-grid]: http://flexboxgrid.com
7369
[mocha]: http://mochajs.org
7470
[jsdoc]: http://usejsdoc.org

lib/gui/app/scss/main.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ $btn-min-width: 170px;
2222
$link-color: #ddd;
2323
$disabled-opacity: 0.2;
2424

25-
@import "../../../../node_modules/flexboxgrid/dist/flexboxgrid.css";
26-
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
2725
@import "./modules/theme";
2826
@import "../pages/main/styles/main";
2927
@import "../pages/finish/styles/finish";

npm-shrinkwrap.json

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"@types/tmp": "^0.2.0",
6767
"@types/webpack-node-externals": "^1.7.0",
6868
"bluebird": "^3.7.2",
69-
"bootstrap-sass": "^3.3.6",
7069
"chai": "^4.2.0",
7170
"copy-webpack-plugin": "^6.0.1",
7271
"css-loader": "^3.5.3",
@@ -80,7 +79,6 @@
8079
"electron-updater": "^4.3.2",
8180
"etcher-sdk": "^4.1.15",
8281
"file-loader": "^6.0.0",
83-
"flexboxgrid": "^6.3.0",
8482
"husky": "^4.2.5",
8583
"immutable": "^3.8.1",
8684
"inactivity-timer": "^1.0.0",

0 commit comments

Comments
 (0)