Skip to content

Commit 7890cd6

Browse files
authored
Merge pull request #998 from mjschock/STENCIL-3317
Stencil 3317
2 parents 9345aa0 + 5132fb3 commit 7890cd6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Draft
4+
- Reflect the actual default value for `autoprefixer-browsers` [#998](https://github.com/bigcommerce/cornerstone/pull/998)
45
- Fix latest node-sass issues with Citadel upgrade and conditional import swap with mixin [#999](https://github.com/bigcommerce/cornerstone/pull/999)
56
- Repopulate review form fields after error [#996](https://github.com/bigcommerce/cornerstone/pull/996)
67
- Fix product quick view 'Write a Review' link [#995](https://github.com/bigcommerce/cornerstone/pull/995)

Diff for: config.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"css_compiler": "scss",
3737
"autoprefixer_cascade": true,
3838
"autoprefixer_browsers": [
39-
"last 3 versions"
39+
"> 1%",
40+
"last 2 versions",
41+
"Firefox ESR"
4042
],
4143
"settings": {
4244
"amp_analytics_id": "",

0 commit comments

Comments
 (0)