Skip to content

Commit

Permalink
add popper to the js build
Browse files Browse the repository at this point in the history
  • Loading branch information
xmunoz committed Jul 12, 2022
1 parent e057c12 commit b446265
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import './src/jquery';
import {} from 'jquery-ujs'
import './src/jquery-ui';
import './src/turbolinks';
import Popper from 'popper.js';
import * as bootstrap from "bootstrap";

// Vendor
Expand Down
1 change: 0 additions & 1 deletion app/javascript/styles/bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import 'bootstrap/scss/bootstrap';
// @import "rails_bootstrap_forms";

$spacer: .5rem !default;

Expand Down

0 comments on commit b446265

Please sign in to comment.