Merge pull request #1571 from roots/guap-dropoldbrowsers
Drop support for older browsers
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
### HEAD
|
### HEAD
|
||||||
|
* Drop support for older browsers ([#1571](https://github.com/roots/sage/pull/1571))
|
||||||
* Remove extraneous no-js ([#1562](https://github.com/roots/sage/pull/1562))
|
* Remove extraneous no-js ([#1562](https://github.com/roots/sage/pull/1562))
|
||||||
* Simplify/speed up editor style process ([#1560](https://github.com/roots/sage/pull/1560))
|
* Simplify/speed up editor style process ([#1560](https://github.com/roots/sage/pull/1560))
|
||||||
|
|
||||||
|
|||||||
2
base.php
2
base.php
@@ -9,7 +9,7 @@ use Roots\Sage\Wrapper;
|
|||||||
<html <?php language_attributes(); ?>>
|
<html <?php language_attributes(); ?>>
|
||||||
<?php get_template_part('templates/head'); ?>
|
<?php get_template_part('templates/head'); ?>
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
<!--[if lt IE 9]>
|
<!--[if IE]>
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
<?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'sage'); ?>
|
<?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'sage'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -100,9 +100,6 @@ var cssTasks = function(filename) {
|
|||||||
.pipe(autoprefixer, {
|
.pipe(autoprefixer, {
|
||||||
browsers: [
|
browsers: [
|
||||||
'last 2 versions',
|
'last 2 versions',
|
||||||
'ie 8',
|
|
||||||
'ie 9',
|
|
||||||
'android 2.3',
|
|
||||||
'android 4',
|
'android 4',
|
||||||
'opera 12'
|
'opera 12'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user