mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
Remove bootstrap & flexboxgrid
Change-type: patch Changelog-entry: Remove bootstrap & flexboxgrid Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
76086a8f91
commit
8ce9eac704
@ -14,9 +14,7 @@ technologies used in Etcher that you should become familiar with:
|
|||||||
- [NodeJS][nodejs]
|
- [NodeJS][nodejs]
|
||||||
- [Redux][redux]
|
- [Redux][redux]
|
||||||
- [ImmutableJS][immutablejs]
|
- [ImmutableJS][immutablejs]
|
||||||
- [Bootstrap][bootstrap]
|
|
||||||
- [Sass][sass]
|
- [Sass][sass]
|
||||||
- [Flexbox Grid][flexbox-grid]
|
|
||||||
- [Mocha][mocha]
|
- [Mocha][mocha]
|
||||||
- [JSDoc][jsdoc]
|
- [JSDoc][jsdoc]
|
||||||
|
|
||||||
@ -67,8 +65,6 @@ be documented instead!
|
|||||||
[nodejs]: https://nodejs.org
|
[nodejs]: https://nodejs.org
|
||||||
[redux]: http://redux.js.org
|
[redux]: http://redux.js.org
|
||||||
[immutablejs]: http://facebook.github.io/immutable-js/
|
[immutablejs]: http://facebook.github.io/immutable-js/
|
||||||
[bootstrap]: http://getbootstrap.com
|
|
||||||
[sass]: http://sass-lang.com
|
[sass]: http://sass-lang.com
|
||||||
[flexbox-grid]: http://flexboxgrid.com
|
|
||||||
[mocha]: http://mochajs.org
|
[mocha]: http://mochajs.org
|
||||||
[jsdoc]: http://usejsdoc.org
|
[jsdoc]: http://usejsdoc.org
|
||||||
|
@ -22,8 +22,6 @@ $btn-min-width: 170px;
|
|||||||
$link-color: #ddd;
|
$link-color: #ddd;
|
||||||
$disabled-opacity: 0.2;
|
$disabled-opacity: 0.2;
|
||||||
|
|
||||||
@import "../../../../node_modules/flexboxgrid/dist/flexboxgrid.css";
|
|
||||||
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
|
||||||
@import "./modules/theme";
|
@import "./modules/theme";
|
||||||
@import "../pages/main/styles/main";
|
@import "../pages/main/styles/main";
|
||||||
@import "../pages/finish/styles/finish";
|
@import "../pages/finish/styles/finish";
|
||||||
|
12
npm-shrinkwrap.json
generated
12
npm-shrinkwrap.json
generated
@ -4842,12 +4842,6 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"bootstrap-sass": {
|
|
||||||
"version": "3.4.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.4.1.tgz",
|
|
||||||
"integrity": "sha512-p5rxsK/IyEDQm2CwiHxxUi0MZZtvVFbhWmyMOt4lLkA4bujDA1TGoKT0i1FKIWiugAdP+kK8T5KMDFIKQCLYIA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"boxen": {
|
"boxen": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz",
|
||||||
@ -9320,12 +9314,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flexboxgrid": {
|
|
||||||
"version": "6.3.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/flexboxgrid/-/flexboxgrid-6.3.1.tgz",
|
|
||||||
"integrity": "sha1-6ZiYr8B7cEdyK7galYpfuk1OIP0=",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"flush-write-stream": {
|
"flush-write-stream": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
|
||||||
|
@ -66,7 +66,6 @@
|
|||||||
"@types/tmp": "^0.2.0",
|
"@types/tmp": "^0.2.0",
|
||||||
"@types/webpack-node-externals": "^1.7.0",
|
"@types/webpack-node-externals": "^1.7.0",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"bootstrap-sass": "^3.3.6",
|
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"copy-webpack-plugin": "^6.0.1",
|
"copy-webpack-plugin": "^6.0.1",
|
||||||
"css-loader": "^3.5.3",
|
"css-loader": "^3.5.3",
|
||||||
@ -80,7 +79,6 @@
|
|||||||
"electron-updater": "^4.3.2",
|
"electron-updater": "^4.3.2",
|
||||||
"etcher-sdk": "^4.1.15",
|
"etcher-sdk": "^4.1.15",
|
||||||
"file-loader": "^6.0.0",
|
"file-loader": "^6.0.0",
|
||||||
"flexboxgrid": "^6.3.0",
|
|
||||||
"husky": "^4.2.5",
|
"husky": "^4.2.5",
|
||||||
"immutable": "^3.8.1",
|
"immutable": "^3.8.1",
|
||||||
"inactivity-timer": "^1.0.0",
|
"inactivity-timer": "^1.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user