first commit

This commit is contained in:
2024-11-18 17:07:22 +01:00
parent 416ce7479f
commit d8882c93b9
26 changed files with 1150 additions and 104 deletions

View File

@ -1,10 +1,14 @@
import './bootstrap.js';
/*
* Welcome to your app's main JavaScript file!
*
* This file will be included onto the page via the importmap() Twig function,
* which should already be in your base.html.twig.
*/
// jQuery
import $ from 'jquery';
window.$ = $;
// Bootstrap
import 'bootstrap/dist/css/bootstrap.min.css';
// Local CSS
import './styles/bootswatch.min.css'
import './styles/app.css';
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');

View File

@ -1,3 +1,5 @@
body {
background-color: skyblue;
}
.navbar-brand img {
width:40px;
margin-right:10px;
}

12
assets/styles/bootswatch.min.css vendored Normal file

File diff suppressed because one or more lines are too long