trying BS4
This commit is contained in:
parent
a80dd33a6d
commit
edad647856
8466
css/theme.css
8466
css/theme.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -57,7 +57,7 @@ gulp.task('cleancss', function() {
|
||||||
// Uglifies and concat all JS files into one
|
// Uglifies and concat all JS files into one
|
||||||
gulp.task('scripts', function() {
|
gulp.task('scripts', function() {
|
||||||
gulp.src([
|
gulp.src([
|
||||||
basePaths.dev + 'js/bootstrap3/bootstrap.min.js', //<--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
|
basePaths.dev + 'js/bootstrap4/bootstrap.min.js', //<--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
|
||||||
basePaths.dev + 'js/owl.carousel.min.js',
|
basePaths.dev + 'js/owl.carousel.min.js',
|
||||||
basePaths.dev + 'js/skip-link-focus-fix.js'
|
basePaths.dev + 'js/skip-link-focus-fix.js'
|
||||||
])
|
])
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -30,7 +30,7 @@ Import all needed 3rd party sass files plus your own style and variables
|
||||||
|
|
||||||
// @import "../bower_components/_s/sass/style";
|
// @import "../bower_components/_s/sass/style";
|
||||||
@import "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
|
@import "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
|
||||||
@import "../src/sass/bootstrap3/bootstrap";// <--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
|
@import "../src/sass/bootstrap4/bootstrap";// <--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
|
||||||
@import "understrap/understrap";
|
@import "understrap/understrap";
|
||||||
@import "../src/sass/fontawesome/font-awesome";
|
@import "../src/sass/fontawesome/font-awesome";
|
||||||
@import "../src/sass/owl-carousel2/owl.carousel";
|
@import "../src/sass/owl-carousel2/owl.carousel";
|
||||||
|
|
Reference in New Issue