1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
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";
|