YARN-5183. [YARN-3368] Support for responsive navbar when window is resized. (Kai Sasaki via Sunil G)
This commit is contained in:
parent
c85cc3b56e
commit
14aa58c594
@ -32,6 +32,9 @@ module.exports = function(defaults) {
|
||||
app.import("bower_components/select2/dist/js/select2.min.js");
|
||||
app.import('bower_components/jquery-ui/jquery-ui.js');
|
||||
app.import('bower_components/more-js/dist/more.js');
|
||||
app.import('bower_components/bootstrap/dist/css/bootstrap.css');
|
||||
app.import('bower_components/bootstrap/dist/css/bootstrap-theme.css');
|
||||
app.import('bower_components/bootstrap/dist/js/bootstrap.min.js');
|
||||
|
||||
// Use `app.import` to add additional libraries to the generated
|
||||
// output files.
|
||||
|
Loading…
Reference in New Issue
Block a user