From 7a72d04fe58187368b34f5cc9ddc15de3ad6276f Mon Sep 17 00:00:00 2001 From: Antoine Girard <12141434+AntoineGirard@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:36:40 +0100 Subject: [PATCH] Usager: remove font awesome (#4912) --- app/javascript/stylesheets/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/stylesheets/application.scss b/app/javascript/stylesheets/application.scss index e7b93efe83..2d2fe6b587 100644 --- a/app/javascript/stylesheets/application.scss +++ b/app/javascript/stylesheets/application.scss @@ -3,7 +3,7 @@ @import "~bootstrap/scss/mixins"; @import "./_variables"; @import "./_variables_dsfr"; -@import "./fontawesome_imports"; + // import bootstrap file by file so we can remove unwanted rules component by component // cf https://github.com/twbs/bootstrap/blob/v4.3.1/scss/bootstrap.scss @import "~bootstrap/scss/root";