Skip to content

Commit

Permalink
Add config for grid, supports and flexbox options
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jan 14, 2019
1 parent 8f2d55c commit f3366f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v2.10.0

* Updated Autoprefixer to 9.1.
* Add config for `grid`, `supports` and `flexbox` options.

# v2.9.0

Expand Down
4 changes: 2 additions & 2 deletions features/autoprefixer.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3366f6

Please sign in to comment.