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

Commit 7026720

Browse files
adamvosshandrews
authored andcommitted
Update minima to 2.1.1
1 parent 4f54e0b commit 7026720

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
3-
4-
gem "minima", '2.0.0'

_sass/minima.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@charset "utf-8";
2+
13
// This file is the same as the one provided by the the minima theme (ie. unmodified),
24
// but must be reproduced here because of our custom syntax-highlighting partial
35

@@ -38,9 +40,13 @@ $on-laptop: 800px !default;
3840
}
3941
}
4042

43+
@mixin relative-font-size($ratio) {
44+
font-size: $base-font-size * $ratio;
45+
}
46+
4147
// Import partials.
4248
@import
4349
"minima/base",
4450
"minima/layout",
4551
"minima/syntax-highlighting"
46-
;
52+
;

0 commit comments

Comments
 (0)