Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5c1aa6a5
Commit
5c1aa6a5
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Add MS Edge to Autoprefixer config
[skip sauce] [skip validator]
parent
4e90b944
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+5
-0
Gruntfile.js
with
5 additions
and
0 deletions
+5
-0
Gruntfile.js
+
5
-
0
View file @
5c1aa6a5
...
...
@@ -231,6 +231,11 @@ module.exports = function (grunt) {
'
Android >= 4
'
,
'
Chrome >= 35
'
,
'
Firefox >= 31
'
,
// Note: Edge versions in Autoprefixer & Can I Use refer to the EdgeHTML rendering engine version,
// NOT the Edge app version shown in Edge's "About" screen.
// For example, at the time of writing, Edge 20 on an up-to-date system uses EdgeHTML 12.
// See also https://github.com/Fyrd/caniuse/issues/1928
'
Edge >= 12
'
,
'
Explorer >= 9
'
,
'
iOS >= 7
'
,
'
Opera >= 12
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets