From f3366f6db22d9ca8306745212a605f2380671524 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Mon, 14 Jan 2019 11:20:00 -0800 Subject: [PATCH] Add config for `grid`, `supports` and `flexbox` options --- CHANGELOG.md | 1 + features/autoprefixer.feature | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af17840..bd085ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # v2.10.0 * Updated Autoprefixer to 9.1. +* Add config for `grid`, `supports` and `flexbox` options. # v2.9.0 diff --git a/features/autoprefixer.feature b/features/autoprefixer.feature index 0a5df3c..739b32a 100644 --- a/features/autoprefixer.feature +++ b/features/autoprefixer.feature @@ -48,8 +48,8 @@ Feature: Postprocessing stylesheets with Autoprefixer in different configuration Then I should see: """ -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; """ Scenario: Inline HTML