File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Draft
4
+ - Reflect the actual default value for ` autoprefixer-browsers ` [ #998 ] ( https://github.com/bigcommerce/cornerstone/pull/998 )
4
5
- Fix latest node-sass issues with Citadel upgrade and conditional import swap with mixin [ #999 ] ( https://github.com/bigcommerce/cornerstone/pull/999 )
5
6
- Repopulate review form fields after error [ #996 ] ( https://github.com/bigcommerce/cornerstone/pull/996 )
6
7
- Fix product quick view 'Write a Review' link [ #995 ] ( https://github.com/bigcommerce/cornerstone/pull/995 )
Original file line number Diff line number Diff line change 36
36
"css_compiler" : " scss" ,
37
37
"autoprefixer_cascade" : true ,
38
38
"autoprefixer_browsers" : [
39
- " last 3 versions"
39
+ " > 1%" ,
40
+ " last 2 versions" ,
41
+ " Firefox ESR"
40
42
],
41
43
"settings" : {
42
44
"amp_analytics_id" : " " ,
You can’t perform that action at this time.
0 commit comments