diff --git a/Gemfile b/Gemfile index 8c6266b3..37f5eaa4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,2 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins - -gem "minima", '2.0.0' diff --git a/_sass/minima.scss b/_sass/minima.scss index 2d522689..da2d888a 100644 --- a/_sass/minima.scss +++ b/_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 @@ -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" -; \ No newline at end of file +;