From 0e1d290fc0bbf4356ea6fc408596d5700d87da9d Mon Sep 17 00:00:00 2001 From: Marlene Simondant <msimondant@grandlyon.com> Date: Wed, 19 Feb 2025 12:36:09 +0100 Subject: [PATCH] Add footer scss --- ds-ml-css/ds-ml.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ds-ml-css/ds-ml.scss b/ds-ml-css/ds-ml.scss index 57194b9..fd1dc1f 100644 --- a/ds-ml-css/ds-ml.scss +++ b/ds-ml-css/ds-ml.scss @@ -8,6 +8,7 @@ @use 'components/button.scss'; @use 'components/input.scss'; @use 'components/radio-button-checkbox.scss'; +@use 'components/footer.scss'; :root { /* define fonts */ -- GitLab