Update to @mdo ´s Bootstrap4 Alpha 6
This commit is contained in:
parent
7560fdc3a2
commit
de10cc55af
4314
css/theme.css
4314
css/theme.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
519
js/theme.js
519
js/theme.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://understrap.com",
|
"homepage": "https://understrap.com",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^4.0.0-alpha.5",
|
"bootstrap": "^4.0.0-alpha.6",
|
||||||
"browser-sync": "^2.18.5",
|
"browser-sync": "^2.18.5",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
|
* Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
|
||||||
* Copyright 2011-2016 The Bootstrap Authors
|
* Copyright 2011-2017 The Bootstrap Authors
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2017 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Core variables and mixins
|
// Core variables and mixins
|
||||||
@import "../../src/sass/bootstrap4/custom";
|
|
||||||
@import "../../src/sass/bootstrap4/variables";
|
@import "../../src/sass/bootstrap4/variables";
|
||||||
@import "../../src/sass/bootstrap4/mixins";
|
@import "../../src/sass/bootstrap4/mixins";
|
||||||
|
@import "../../src/sass/bootstrap4/custom";
|
||||||
|
|
||||||
// Reset and dependencies
|
// Reset and dependencies
|
||||||
@import "../../src/sass/bootstrap4/normalize";
|
@import "../../src/sass/bootstrap4/normalize";
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
@import "../../src/sass/bootstrap4/buttons";
|
@import "../../src/sass/bootstrap4/buttons";
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
@import "../../src/sass/bootstrap4/animation";
|
@import "../../src/sass/bootstrap4/transitions";
|
||||||
@import "../../src/sass/bootstrap4/dropdown";
|
@import "../../src/sass/bootstrap4/dropdown";
|
||||||
@import "../../src/sass/bootstrap4/button-group";
|
@import "../../src/sass/bootstrap4/button-group";
|
||||||
@import "../../src/sass/bootstrap4/input-group";
|
@import "../../src/sass/bootstrap4/input-group";
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
@import "../../src/sass/bootstrap4/card";
|
@import "../../src/sass/bootstrap4/card";
|
||||||
@import "../../src/sass/bootstrap4/breadcrumb";
|
@import "../../src/sass/bootstrap4/breadcrumb";
|
||||||
@import "../../src/sass/bootstrap4/pagination";
|
@import "../../src/sass/bootstrap4/pagination";
|
||||||
@import "../../src/sass/bootstrap4/tags";
|
@import "../../src/sass/bootstrap4/badge";
|
||||||
@import "../../src/sass/bootstrap4/jumbotron";
|
@import "../../src/sass/bootstrap4/jumbotron";
|
||||||
@import "../../src/sass/bootstrap4/alert";
|
@import "../../src/sass/bootstrap4/alert";
|
||||||
@import "../../src/sass/bootstrap4/progress";
|
@import "../../src/sass/bootstrap4/progress";
|
||||||
|
@ -52,3 +52,4 @@
|
||||||
|
|
||||||
// Utility classes
|
// Utility classes
|
||||||
@import "../../src/sass/bootstrap4/utilities";
|
@import "../../src/sass/bootstrap4/utilities";
|
||||||
|
|
||||||
|
|
Reference in New Issue