mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Use precompiled selectpicker css.
This commit is contained in:
parent
892baf6345
commit
49d9635a79
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ const bootstrap = window.bootstrap = require('bootstrap'); // without this boots
|
|||
require('bootstrap-select/js/bootstrap-select'); // we have to manually require the working js file
|
||||
|
||||
import {Controller} from "@hotwired/stimulus";
|
||||
//import "bootstrap-select/js/bootstrap-select";
|
||||
import 'bootstrap-select/sass/bootstrap-select.scss';
|
||||
import "bootstrap-select/dist/css/bootstrap-select.css";
|
||||
|
||||
export default class extends Controller {
|
||||
connect() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue