Opened 9 years ago
Closed 9 years ago
#34540 closed defect (bug) (fixed)
Build tools: match compatibility settings for cssmin & autoprefixer
Reported by: | peterwilsoncc | Owned by: | jorbin |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Build/Test Tools | Keywords: | good-first-bug has-patch commit |
Focuses: | Cc: |
Description (last modified by )
clean css (used by cssmin) now has an IE compatibility setting, it should match that of autoprefixer (ie7) in the build settings.
Refs:
https://github.com/jakubpawlowicz/clean-css/blob/master/README.md#how-to-set-a-compatibility-mode
https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/README.md#options
Updated: November 12 to change IE version to IE7 per autoprefixer setting.
Attachments (1)
Change History (9)
@
9 years ago
Adds compatibility setting for Internet Explorer to the cssmin options. Matches the version in Autoprefier (>=7)
#5
follow-up:
↓ 7
@
9 years ago
Replying to netweb:
@peterwilsoncc Should the patch use
ie8
rather thanie7
?
IE7 as in Gruntfile.diff is correct to match autoprefixer's setting, I made an error in the original description.
#7
in reply to:
↑ 5
@
9 years ago
- Keywords commit added
Replying to peterwilsoncc:
Replying to netweb:
@peterwilsoncc Should the patch use
ie8
rather thanie7
?
IE7 as in Gruntfile.diff is correct to match autoprefixer's setting, I made an error in the original description.
Thanks
Related: #34177