mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-10-04 17:04:54 +02:00
up templates
This commit is contained in:
parent
71bce538af
commit
a39b6239b0
71 changed files with 1536 additions and 262 deletions
|
@ -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
4
assets/styles/app.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
body{
|
||||
margin: 0 auto;
|
||||
padding: 4rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue