We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f54e0b commit 7026720Copy full SHA for 7026720
Gemfile
@@ -1,4 +1,2 @@
1
source 'https://rubygems.org'
2
gem 'github-pages', group: :jekyll_plugins
3
-
4
-gem "minima", '2.0.0'
_sass/minima.scss
@@ -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
5
@@ -38,9 +40,13 @@ $on-laptop: 800px !default;
38
40
}
39
41
42
43
+@mixin relative-font-size($ratio) {
44
+ font-size: $base-font-size * $ratio;
45
+}
46
47
// Import partials.
48
@import
49
"minima/base",
50
"minima/layout",
51
"minima/syntax-highlighting"
-;
52
+;
0 commit comments