diff options
author | Valentin Popov <info@valentineus.link> | 2018-12-06 18:16:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-12-06 18:16:15 +0300 |
commit | fc69a68248a0059114d97d5af1a17fe3c3e4f004 (patch) | |
tree | 166720712a38d022e4ccdfad04f7d5bee9945ba2 /_config.yml | |
parent | d2ada7064ce60f2308e5efb614f0fe6cd5bc8fc8 (diff) | |
download | popov.link-fc69a68248a0059114d97d5af1a17fe3c3e4f004.tar.xz popov.link-fc69a68248a0059114d97d5af1a17fe3c3e4f004.zip |
feat(css): Add automatic prefixes
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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: |