Remove a lot of unused Bootstrap components
This commit is contained in:
24
resources/assets/sass/modules/_bootstrap.scss
vendored
24
resources/assets/sass/modules/_bootstrap.scss
vendored
@@ -19,33 +19,33 @@
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/buttons";
|
||||
|
||||
// Components
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/component-animations";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/component-animations";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/dropdowns";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/button-groups";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/input-groups";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/navs";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/navbar";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/breadcrumbs";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/pagination";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/breadcrumbs";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/pagination";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/pager";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/labels";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/labels";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/badges";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/jumbotron";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/thumbnails";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/jumbotron";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/thumbnails";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/alerts";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/progress-bars";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/media";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/progress-bars";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/media";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/list-group";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/panels";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/responsive-embed";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/responsive-embed";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/wells";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/close";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/close";
|
||||
|
||||
// Components w/ JavaScript
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/modals";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/tooltip";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/popovers";
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/carousel";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/popovers";
|
||||
// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/carousel";
|
||||
|
||||
// Utility classes
|
||||
@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/utilities";
|
||||
|
||||
Reference in New Issue
Block a user