Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Update minima to 2.1.1 #99

Merged
merged 1 commit into from
May 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins

gem "minima", '2.0.0'
8 changes: 7 additions & 1 deletion _sass/minima.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@charset "utf-8";

// This file is the same as the one provided by the the minima theme (ie. unmodified),
// but must be reproduced here because of our custom syntax-highlighting partial

Expand Down Expand Up @@ -38,9 +40,13 @@ $on-laptop: 800px !default;
}
}

@mixin relative-font-size($ratio) {
font-size: $base-font-size * $ratio;
}

// Import partials.
@import
"minima/base",
"minima/layout",
"minima/syntax-highlighting"
;
;