ajout des assets

main
mirakinparis 3 years ago
parent 8b6dacf216
commit a7e977fa94
  1. 5
      assets/app.js
  2. 3
      assets/styles/app.css

@ -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();

@ -0,0 +1,3 @@
body {
background-color: lightgray;
}
Loading…
Cancel
Save