Skip to content

Commit

Permalink
Upgrade bootstrap alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Ravetier committed Nov 11, 2020
1 parent 2011b2c commit 9326e51
Show file tree
Hide file tree
Showing 5 changed files with 1,207 additions and 760 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"tests"
],
"devDependencies": {
"bootstrap": "v4.0.0-alpha.5"
"bootstrap": "v4.0.0-alpha.6"
}
}
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function reloadBrowserSync(done) {
}

function watchFiles() {
gulp.watch(config.watchSassFiles, gulp.series(styles, reloadBrowserSync));
gulp.watch(config.watchSassFiles, gulp.series(generateStyles, reloadBrowserSync));
gulp.watch(config.watchHtmlFiles, gulp.series(reloadBrowserSync));
}

Expand Down
1 change: 1 addition & 0 deletions suit/sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $font-size-sm: .929rem;
$font-size-xs: .857rem;

$font-size-root: 14px;
$font-size-base: 14px;
$font-family-sans-serif: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$font-family-base: $font-family-sans-serif;
$headings-font-weight: 500;
Expand Down
5 changes: 3 additions & 2 deletions suit/sass/_vendor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@import "../../bower_components/bootstrap/scss/buttons";

// Components
@import "../../bower_components/bootstrap/scss/animation";
//@import "../../bower_components/bootstrap/scss/animation";
@import "../../bower_components/bootstrap/scss/dropdown";
@import "../../bower_components/bootstrap/scss/button-group";
@import "../../bower_components/bootstrap/scss/input-group";
Expand All @@ -34,10 +34,11 @@
@import "../../bower_components/bootstrap/scss/card";
//@import "../../bower_components/bootstrap/scss/breadcrumb";
//@import "../../bower_components/bootstrap/scss/pagination";
@import "../../bower_components/bootstrap/scss/tags";
//@import "../../bower_components/bootstrap/scss/tags";
//@import "../../bower_components/bootstrap/scss/jumbotron";
@import "../../bower_components/bootstrap/scss/alert";
@import "../../bower_components/bootstrap/scss/progress";
@import "../../bower_components/bootstrap/scss/transitions";
//@import "../../bower_components/bootstrap/scss/media";
//@import "../../bower_components/bootstrap/scss/list-group";
@import "../../bower_components/bootstrap/scss/responsive-embed";
Expand Down
Loading

0 comments on commit 9326e51

Please sign in to comment.