From 2efb758f92e4f35b722efa344588176b5627faaf Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 27 Mar 2017 02:54:14 +0200 Subject: Fix import CSS as SCSS. --- partials/_bootswatch-slate.scss | 1 + style.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 partials/_bootswatch-slate.scss diff --git a/partials/_bootswatch-slate.scss b/partials/_bootswatch-slate.scss new file mode 120000 index 0000000..92853eb --- /dev/null +++ b/partials/_bootswatch-slate.scss @@ -0,0 +1 @@ +/usr/share/javascript/bootswatch/slate/bootstrap.css \ No newline at end of file diff --git a/style.scss b/style.scss index a8405ef..ae9f5e8 100644 --- a/style.scss +++ b/style.scss @@ -1,7 +1,7 @@ //@import "bootstrap-compass"; //@import "partials/base"; //@import "bootstrap"; -@import "/usr/share/javascript/bootswatch/slate/bootstrap.min.css"; +@import "partials/bootswatch-slate"; // padding needed with fixed navbar body { -- cgit v1.2.3