Skip to content

Commit

Permalink
Merge pull request #67 from CloudHealth/scss-fix
Browse files Browse the repository at this point in the history
Submitting SCSS fix
  • Loading branch information
HumanistSerif committed Mar 20, 2018
2 parents 7de0e74 + ac784a3 commit 88b38ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -56,4 +56,4 @@ DEPENDENCIES
jekyll-sitemap (= 1.1.1)

BUNDLED WITH
1.16.0.pre.3
1.13.1
2 changes: 0 additions & 2 deletions _config.yml
Expand Up @@ -95,5 +95,3 @@ _options:
styles: /css/editor.css

# theme: jekyll-theme-cayman

theme: jekyll-theme-slate
6 changes: 1 addition & 5 deletions css/style.scss
Expand Up @@ -13,11 +13,7 @@ $space: 20px;

$mobile-break: 700px;

{% if site.baseurl %}
$base-url: {{ site.baseurl }};
{% else %}
$base-url: '';
{% endif %}
$base-url: '';

@import "mixins";
@import "colors";
Expand Down

0 comments on commit 88b38ea

Please sign in to comment.