Add webpack bootstrap.
This commit is contained in:
parent
c895d5cc4d
commit
150aca8269
64
accountant-ui/js/bootstrap.config.js
vendored
Normal file
64
accountant-ui/js/bootstrap.config.js
vendored
Normal file
@ -0,0 +1,64 @@
|
||||
/* jshint node: true */
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
scripts: {
|
||||
'transition': true,
|
||||
'alert': true,
|
||||
'button': true,
|
||||
'carousel': true,
|
||||
'collapse': true,
|
||||
'dropdown': true,
|
||||
'modal': true,
|
||||
'tooltip': true,
|
||||
'popover': true,
|
||||
'scrollspy': true,
|
||||
'tab': true,
|
||||
'affix': true
|
||||
},
|
||||
|
||||
styles: {
|
||||
'mixins': true,
|
||||
|
||||
'normalize': true,
|
||||
'print': true,
|
||||
|
||||
'scaffolding': true,
|
||||
'type': true,
|
||||
'code': true,
|
||||
'grid': true,
|
||||
'tables': true,
|
||||
'forms': true,
|
||||
'buttons': true,
|
||||
|
||||
'component-animations': true,
|
||||
'glyphicons': true,
|
||||
'dropdowns': true,
|
||||
'button-groups': true,
|
||||
'input-groups': true,
|
||||
'navs': true,
|
||||
'navbar': true,
|
||||
'breadcrumbs': true,
|
||||
'pagination': true,
|
||||
'pager': true,
|
||||
'labels': true,
|
||||
'badges': true,
|
||||
'jumbotron': true,
|
||||
'thumbnails': true,
|
||||
'alerts': true,
|
||||
'progress-bars': true,
|
||||
'media': true,
|
||||
'list-group': true,
|
||||
'panels': true,
|
||||
'wells': true,
|
||||
'close': true,
|
||||
|
||||
'modals': true,
|
||||
'tooltip': true,
|
||||
'popovers': true,
|
||||
'carousel': true,
|
||||
|
||||
'utilities': true,
|
||||
'responsive-utilities': true
|
||||
}
|
||||
};
|
2
accountant-ui/js/bootstrap.config.less
vendored
Normal file
2
accountant-ui/js/bootstrap.config.less
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
@pre-border-color: @pre-bg; // hide the border.
|
||||
@import "../less/main.less";
|
Loading…
Reference in New Issue
Block a user