Skip to content

Commit

Permalink
Update dependencies, incl Bootstrap 4 alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Aug 7, 2016
1 parent ccd128c commit 447c24d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 27 deletions.
12 changes: 1 addition & 11 deletions assets/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@ import home from './routes/Home';
import about_us from './routes/About';

// Import npm dependencies
import 'bootstrap/dist/js/umd/util.js';
import 'bootstrap/dist/js/umd/alert.js';
import 'bootstrap/dist/js/umd/button.js';
import 'bootstrap/dist/js/umd/carousel.js';
import 'bootstrap/dist/js/umd/collapse.js';
import 'bootstrap/dist/js/umd/dropdown.js';
import 'bootstrap/dist/js/umd/modal.js';
import 'bootstrap/dist/js/umd/scrollspy.js';
import 'bootstrap/dist/js/umd/tab.js';
import 'bootstrap/dist/js/umd/tooltip.js';
import 'bootstrap/dist/js/umd/popover.js';
import 'bootstrap/dist/js/bootstrap';

// Use this variable to set up the common and page specific functions. If you
// rename this variable, you will also need to rename the namespace below.
Expand Down
12 changes: 5 additions & 7 deletions assets/styles/components/_grid.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
// Grid system
.main {
@include make-col();

@extend %grid-column;
@include media-breakpoint-up(sm) {
@include make-col-span($main-sm-columns);
@include make-col($main-sm-columns);
.sidebar-primary & {
@include make-col-span($main-sm-columns - $sidebar-sm-columns);
@include make-col($main-sm-columns - $sidebar-sm-columns);
}
}
}
.sidebar {
@include make-col();

@extend %grid-column;
@include media-breakpoint-up(sm) {
@include make-col-span($sidebar-sm-columns);
@include make-col($sidebar-sm-columns);
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@
"clean-webpack-plugin": "^0.1.8",
"css-loader": "^0.23.1",
"cssnano": "^3.5.2",
"eslint": "^2.5.1",
"eslint-config-airbnb": "^6.2.0",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.2.3",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"image-webpack-loader": "^1.6.3",
"imagemin-pngcrush": "^4.1.0",
"file-loader": "^0.9.0",
"image-webpack-loader": "^2.0.0",
"imagemin-pngcrush": "^5.0.0",
"imports-loader": "^0.6.5",
"minimist": "^1.2.0",
"monkey-hot-loader": "0.0.3",
"node-sass": "^3.4.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss": "^5.0.18",
"postcss-loader": "^0.8.0",
"postcss-loader": "^0.9.1",
"qs": "^6.1.0",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.1.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
Expand All @@ -67,7 +67,7 @@
},
"dependencies": {
"babel-runtime": "^6.5.0",
"bootstrap": "^4.0.0-alpha.2",
"bootstrap": "^4.0.0-alpha.3",
"jquery": "^2.1.4",
"tether": "^1.2.0"
}
Expand Down

0 comments on commit 447c24d

Please sign in to comment.