mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
feat: Ensure CSS supports all browsers not just latest 2
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
3fd31de8bf
commit
84c9b60eb7
12 changed files with 1 additions and 46 deletions
|
|
@ -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,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -53,10 +53,6 @@ a img {
|
||||||
background: #bc4a46;
|
background: #bc4a46;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
|
||||||
background: #bc4a46;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gravatar {
|
#gravatar {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -87,10 +87,6 @@ a:active {
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
|
||||||
background: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gravatar {
|
#gravatar {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
||||||
|
|
@ -86,10 +86,6 @@ a:active {
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
|
||||||
background: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gravatar {
|
#gravatar {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,6 @@
|
||||||
color: #eff7ff;
|
color: #eff7ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
*::-moz-selection {
|
|
||||||
background: #de5833;
|
|
||||||
color: #eff7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
|
|
@ -116,8 +116,6 @@ optgroup {
|
||||||
font-weight: 700
|
font-weight: 700
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input {}
|
|
||||||
|
|
||||||
button, select {
|
button, select {
|
||||||
text-transform: none
|
text-transform: none
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,6 @@ a img {
|
||||||
background: #bc4a46;
|
background: #bc4a46;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
|
||||||
background: #bc4a46;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gravatar {
|
#gravatar {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,6 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
*::-moz-selection {
|
|
||||||
background: #de5833;
|
|
||||||
color: #eff7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue