From dcd0389d66a3450d202d3c4e713b6420e3a1f38a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Jul 2021 13:47:14 -0400 Subject: [PATCH] Add _sass/minimal.scss to allow importing with theme name while using jekyll-remote-theme --- _sass/minimal.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _sass/minimal.scss diff --git a/_sass/minimal.scss b/_sass/minimal.scss new file mode 100644 index 0000000000..28c7d4f8a7 --- /dev/null +++ b/_sass/minimal.scss @@ -0,0 +1,4 @@ +// Placeholder file. If your site uses +// @import "{{ site.theme }}"; +// Then using this theme with jekyll-remote-theme will work fine. +@import "jekyll-theme-minimal";