feat: Ensure CSS supports all browsers not just latest 2

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2019-08-07 19:49:36 +12:00
parent 3fd31de8bf
commit 84c9b60eb7
No known key found for this signature in database
GPG key ID: 1C6A99DFA9D306FC
12 changed files with 1 additions and 46 deletions

View file

@ -34,7 +34,7 @@ app.use(
postcssMiddleware({ postcssMiddleware({
plugins: [ plugins: [
require('postcss-preset-env')({ require('postcss-preset-env')({
overrideBrowserslist: 'last 2 versions', overrideBrowserslist: '>= 0%',
stage: 0, stage: 0,
}), }),
], ],

View file

@ -53,10 +53,6 @@ a img {
background: #bc4a46; background: #bc4a46;
} }
::-moz-selection {
background: #bc4a46;
}
#gravatar { #gravatar {
position: relative; position: relative;
float: right; float: right;

View file

@ -89,10 +89,6 @@ a img {
color: #bc4a46; color: #bc4a46;
} }
::-moz-selection {
color: #bc4a46;
}
footer { footer {
background-color: #FFFFFF; background-color: #FFFFFF;
border-bottom: 3px solid #FF3366; border-bottom: 3px solid #FF3366;

View file

@ -88,10 +88,6 @@ a img {
color: #bc4a46; color: #bc4a46;
} }
::-moz-selection {
color: #bc4a46;
}
footer { footer {
background-color: #FFFFFF; background-color: #FFFFFF;
border-bottom: 3px solid #FF3366; border-bottom: 3px solid #FF3366;

View file

@ -87,10 +87,6 @@ a:active {
background: #ccc; background: #ccc;
} }
::-moz-selection {
background: #ccc;
}
#gravatar { #gravatar {
position: relative; position: relative;
float: right; float: right;

View file

@ -86,10 +86,6 @@ a:active {
background: #ccc; background: #ccc;
} }
::-moz-selection {
background: #ccc;
}
#gravatar { #gravatar {
position: relative; position: relative;
float: right; float: right;

View file

@ -6,11 +6,6 @@
color: #eff7ff; color: #eff7ff;
} }
*::-moz-selection {
background: #de5833;
color: #eff7ff;
}
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;

View file

@ -116,8 +116,6 @@ optgroup {
font-weight: 700 font-weight: 700
} }
button, input {}
button, select { button, select {
text-transform: none text-transform: none
} }

View file

@ -21,10 +21,6 @@ body {
background: #ccc background: #ccc
} }
::-moz-selection {
background: #ccc
}
h1 { h1 {
text-align: center; text-align: center;
font: 36px 'Open Sans Bold' font: 36px 'Open Sans Bold'

View file

@ -70,11 +70,6 @@ footer a:hover, footer a:active {
color: white color: white
} }
::-moz-selection {
background: #663300;
color: white
}
#gravatar { #gravatar {
position: relative; position: relative;
float: right; float: right;

View file

@ -71,10 +71,6 @@ a img {
background: #bc4a46; background: #bc4a46;
} }
::-moz-selection {
background: #bc4a46;
}
#gravatar { #gravatar {
position: relative; position: relative;
float: right; float: right;

View file

@ -13,11 +13,6 @@
color: #ffffff; color: #ffffff;
} }
*::-moz-selection {
background: #de5833;
color: #eff7ff;
}
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;