From: William Desportes <williamdes@wdes.fr>
Date: Thu, 24 Dec 2020 01:19:48 +0100
Subject: Update _bootstrap.scss from pmahomme theme for sassc because the
 scss compiler needs to access the right files to be able to compile them

Origin: vendor
Forwarded: not-needed
---
 themes/bootstrap/scss/theme.scss | 2 +-
 themes/metro/scss/theme.scss     | 2 +-
 themes/original/scss/theme.scss  | 2 +-
 themes/pmahomme/scss/theme.scss  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/bootstrap/scss/theme.scss b/themes/bootstrap/scss/theme.scss
index 5b078a3..87c9bca 100644
--- a/themes/bootstrap/scss/theme.scss
+++ b/themes/bootstrap/scss/theme.scss
@@ -1,5 +1,5 @@
 @import "variables";
-@import "bootstrap";
+@import "../../../debian/missing-sources/bootstrap/scss/bootstrap";
 @import "common";
 @import "enum-editor";
 @import "gis";
diff --git a/themes/metro/scss/theme.scss b/themes/metro/scss/theme.scss
index e28a7c0..257fe79 100644
--- a/themes/metro/scss/theme.scss
+++ b/themes/metro/scss/theme.scss
@@ -1,6 +1,6 @@
 @import "font";
 @import "variables";
-@import "../../bootstrap/scss/bootstrap";
+@import "../../../debian/missing-sources/bootstrap/scss/bootstrap";
 @import "common";
 @import "enum-editor";
 @import "gis";
diff --git a/themes/original/scss/theme.scss b/themes/original/scss/theme.scss
index d3af823..4737cd4 100644
--- a/themes/original/scss/theme.scss
+++ b/themes/original/scss/theme.scss
@@ -1,5 +1,5 @@
 @import "variables";
-@import "../../bootstrap/scss/bootstrap";
+@import "../../../debian/missing-sources/bootstrap/scss/bootstrap";
 @import "common";
 @import "../../pmahomme/scss/enum-editor";
 @import "../../pmahomme/scss/gis";
diff --git a/themes/pmahomme/scss/theme.scss b/themes/pmahomme/scss/theme.scss
index a485eca..649d2f9 100644
--- a/themes/pmahomme/scss/theme.scss
+++ b/themes/pmahomme/scss/theme.scss
@@ -1,5 +1,5 @@
 @import "variables";
-@import "../../bootstrap/scss/bootstrap";
+@import "../../../debian/missing-sources/bootstrap/scss/bootstrap";
 @import "common";
 @import "enum-editor";
 @import "gis";
