This commit is contained in:
2024-01-24 07:57:05 +01:00
parent e61ba67fff
commit e07d59710d
21 changed files with 8649 additions and 22 deletions

View File

@@ -4,6 +4,6 @@
* 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! 🎉');
import "@gouvfr/dsfr/dist/dsfr.module"

1
assets/dsfrNoModule.js Normal file
View File

@@ -0,0 +1 @@
import "@gouvfr/dsfr/dist/dsfr.nomodule"

View File

@@ -1,3 +0,0 @@
body {
background-color: skyblue;
}

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

@@ -0,0 +1,4 @@
@import "dsfr/variable";
@import "@gouvfr/dsfr/dist/dsfr.css";
@import "@gouvfr/dsfr/dist/utility/utility.css";

View File