up templates

This commit is contained in:
Tykayn 2025-02-09 16:39:38 +01:00 committed by tykayn
parent 71bce538af
commit a39b6239b0
71 changed files with 1536 additions and 262 deletions

View file

@ -5,6 +5,6 @@ import './bootstrap.js';
* This file will be included onto the page via the importmap() Twig function,
* which should already be in your base.html.twig.
*/
import './styles/app.css';
import './styles/app.scss';
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');

4
assets/styles/app.scss Normal file
View file

@ -0,0 +1,4 @@
body{
margin: 0 auto;
padding: 4rem;
}