Skip to content
GitLab
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
ba3fb3c9
Commit
ba3fb3c9
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
narrow browser support in postcss
parent
e28ed029
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/postcss.config.js
+4
-13
build/postcss.config.js
with
4 additions
and
13 deletions
+4
-13
build/postcss.config.js
+
4
-
13
View file @
ba3fb3c9
...
@@ -11,16 +11,8 @@ module.exports = (ctx) => ({
...
@@ -11,16 +11,8 @@ module.exports = (ctx) => ({
// Official browser support policy:
// Official browser support policy:
// https://v4-alpha.getbootstrap.com/getting-started/browsers-devices/#supported-browsers
// https://v4-alpha.getbootstrap.com/getting-started/browsers-devices/#supported-browsers
//
//
'
Chrome >= 35
'
,
// Exact version number here is kinda arbitrary
'
Chrome >= 45
'
,
// Exact version number here is kinda arbitrary
// Rather than using Autoprefixer's native "Firefox ESR" version specifier string,
'
Firefox ESR
'
,
// we deliberately hardcode the number. This is to avoid unwittingly severely breaking the previous ESR in the event that:
// (a) we happen to ship a new Bootstrap release soon after the release of a new ESR,
// such that folks haven't yet had a reasonable amount of time to upgrade; and
// (b) the new ESR has unprefixed CSS properties/values whose absence would severely break webpages
// (e.g. `box-sizing`, as opposed to `background: linear-gradient(...)`).
// Since they've been unprefixed, Autoprefixer will stop prefixing them,
// thus causing them to not work in the previous ESR (where the prefixes were required).
'
Firefox >= 38
'
,
// Current Firefox Extended Support Release (ESR); https://www.mozilla.org/en-US/firefox/organizations/faq/
// Note: Edge versions in Autoprefixer & Can I Use refer to the EdgeHTML rendering engine version,
// 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.
// 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.
// For example, at the time of writing, Edge 20 on an up-to-date system uses EdgeHTML 12.
...
@@ -29,10 +21,9 @@ module.exports = (ctx) => ({
...
@@ -29,10 +21,9 @@ module.exports = (ctx) => ({
'
Explorer >= 10
'
,
'
Explorer >= 10
'
,
// Out of leniency, we prefix these 1 version further back than the official policy.
// Out of leniency, we prefix these 1 version further back than the official policy.
'
iOS >= 8
'
,
'
iOS >= 8
'
,
'
Safari >=
8
'
,
'
Safari >=
9
'
,
// The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them.
// The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them.
'
Android 2.3
'
,
'
Android >= 4.4
'
,
'
Android >= 4
'
,
'
Opera >= 12
'
'
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