diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-27 02:54:14 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-27 02:54:14 +0200 |
commit | 2efb758f92e4f35b722efa344588176b5627faaf (patch) | |
tree | 0486291650ef243eb5499eb5cfacd77e3760e57a | |
parent | 9768ed711241090529c874b52a4ee2a66cccd2f9 (diff) |
Fix import CSS as SCSS.
l--------- | partials/_bootswatch-slate.scss | 1 | ||||
-rw-r--r-- | style.scss | 2 |
2 files changed, 2 insertions, 1 deletions
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 @@ -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 { |