From 5132fb379d9e38d7743917990ed22616fde98f59 Mon Sep 17 00:00:00 2001 From: Michael Schock Date: Fri, 21 Apr 2017 11:59:43 -0700 Subject: [PATCH] STENCIL-3317 - Reflect actual autoprefixer_browsers default --- CHANGELOG.md | 1 + config.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 816e9f8c87..8aff27c2ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Reflect the actual default value for `autoprefixer-browsers` [#998](https://github.com/bigcommerce/cornerstone/pull/998) - Fix latest node-sass issues with Citadel upgrade and conditional import swap with mixin [#999](https://github.com/bigcommerce/cornerstone/pull/999) - Repopulate review form fields after error [#996](https://github.com/bigcommerce/cornerstone/pull/996) - Fix product quick view 'Write a Review' link [#995](https://github.com/bigcommerce/cornerstone/pull/995) diff --git a/config.json b/config.json index ffeb45d518..a52bcb64af 100644 --- a/config.json +++ b/config.json @@ -36,7 +36,9 @@ "css_compiler": "scss", "autoprefixer_cascade": true, "autoprefixer_browsers": [ - "last 3 versions" + "> 1%", + "last 2 versions", + "Firefox ESR" ], "settings": { "amp_analytics_id": "",