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 --- _config.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 16dec62..ced1b92 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,12 @@ sass: sass_dir: "_scss" style: ":compressed" +# AutoPrefixer +autoprefixer: + browsers: + - "> 1%" + - "last 10 versions" + # Compress HTML compress_html: blanklines: false @@ -52,6 +58,7 @@ author: # Plugins plugins: - "jekyll-paginate" + - "octopress-autoprefixer" # Exceptions exclude: -- cgit v1.2.3