Move bower_components into vendor. Closes #747
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@import "palette";
|
||||
|
||||
$ionicons-font-path: "../../../fonts" !default;
|
||||
@import "./bower_components/ionicons/scss/ionicons";
|
||||
@import "./vendor/bower_components/ionicons/scss/ionicons";
|
||||
|
||||
@import "modules/bootstrap";
|
||||
|
||||
|
||||
@@ -2,51 +2,51 @@
|
||||
@import "variables";
|
||||
|
||||
// Core variables and mixins
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/variables";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/variables";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
|
||||
|
||||
// Reset and dependencies
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/normalize";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/print";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/normalize";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/print";
|
||||
|
||||
// Core CSS
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/scaffolding";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/type";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/code";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/grid";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/tables";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/forms";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/buttons";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/scaffolding";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/type";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/code";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/grid";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/tables";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/forms";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/buttons";
|
||||
|
||||
// Components
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/component-animations";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/dropdowns";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/button-groups";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/input-groups";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/navs";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/navbar";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/breadcrumbs";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/pagination";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/pager";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/labels";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/badges";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/jumbotron";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/thumbnails";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/alerts";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/progress-bars";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/media";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/list-group";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/panels";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/responsive-embed";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/wells";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/close";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/component-animations";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/dropdowns";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/button-groups";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/input-groups";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/navs";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/navbar";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/breadcrumbs";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/pagination";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/pager";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/labels";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/badges";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/jumbotron";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/thumbnails";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/alerts";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/progress-bars";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/media";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/list-group";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/panels";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/responsive-embed";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/wells";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/close";
|
||||
|
||||
// Components w/ JavaScript
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/modals";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/tooltip";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/popovers";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/carousel";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/modals";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/tooltip";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/popovers";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/carousel";
|
||||
|
||||
// Utility classes
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/utilities";
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/responsive-utilities";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/utilities";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/responsive-utilities";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "./bower_components/animate-sass/animate";
|
||||
@import "./vendor/bower_components/animate-sass/animate";
|
||||
|
||||
body {
|
||||
-webkit-backface-visibility: hidden; // Addresses a small issue in webkit: http://bit.ly/NEdoDq
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Import boostrap variables including default color palette and fonts
|
||||
@import "./bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_variables";
|
||||
@import "./vendor/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_variables";
|
||||
|
||||
.bootstrap-datetimepicker-widget {
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user