From fc69a68248a0059114d97d5af1a17fe3c3e4f004 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 6 Dec 2018 19:16:15 +0400 Subject: feat(css): Add automatic prefixes Signed-off-by: Valentin Popov --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 593a0a4..ef7ba64 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,8 @@ gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-paginate", "~> 1.1.0" + gem "jekyll-paginate", "~> 1.1.0" + gem "octopress-autoprefixer", "~> 2.0.1" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem -- cgit v1.2.3