diff --git a/assets/app.js b/assets/app.js index 7ad277c..bb0a6aa 100644 --- a/assets/app.js +++ b/assets/app.js @@ -6,10 +6,7 @@ */ // any CSS you import will output into a single css file (app.css in this case) -import './styles/app.scss'; +import './styles/app.css'; // start the Stimulus application import './bootstrap'; -import bsCustomFileInput from "bs-custom-file-input"; - -bsCustomFileInput.init(); diff --git a/assets/styles/app.css b/assets/styles/app.css new file mode 100644 index 0000000..cb33b13 --- /dev/null +++ b/assets/styles/app.css @@ -0,0 +1,3 @@ +body { + background-color: lightgray; +}