mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-08 11:45:52 +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({
|
||||
plugins: [
|
||||
require('postcss-preset-env')({
|
||||
overrideBrowserslist: 'last 2 versions',
|
||||
overrideBrowserslist: '>= 0%',
|
||||
stage: 0,
|
||||
}),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -53,10 +53,6 @@ a img {
|
|||
background: #bc4a46;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #bc4a46;
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
position: relative;
|
||||
float: right;
|
||||
|
|
|
|||
|
|
@ -89,10 +89,6 @@ a img {
|
|||
color: #bc4a46;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: #bc4a46;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #FFFFFF;
|
||||
border-bottom: 3px solid #FF3366;
|
||||
|
|
|
|||
|
|
@ -88,10 +88,6 @@ a img {
|
|||
color: #bc4a46;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: #bc4a46;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #FFFFFF;
|
||||
border-bottom: 3px solid #FF3366;
|
||||
|
|
|
|||
|
|
@ -87,10 +87,6 @@ a:active {
|
|||
background: #ccc;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
position: relative;
|
||||
float: right;
|
||||
|
|
|
|||
|
|
@ -86,10 +86,6 @@ a:active {
|
|||
background: #ccc;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
position: relative;
|
||||
float: right;
|
||||
|
|
|
|||
|
|
@ -6,11 +6,6 @@
|
|||
color: #eff7ff;
|
||||
}
|
||||
|
||||
*::-moz-selection {
|
||||
background: #de5833;
|
||||
color: #eff7ff;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
|
|
@ -116,8 +116,6 @@ optgroup {
|
|||
font-weight: 700
|
||||
}
|
||||
|
||||
button, input {}
|
||||
|
||||
button, select {
|
||||
text-transform: none
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,10 +21,6 @@ body {
|
|||
background: #ccc
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #ccc
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
font: 36px 'Open Sans Bold'
|
||||
|
|
|
|||
|
|
@ -70,11 +70,6 @@ footer a:hover, footer a:active {
|
|||
color: white
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #663300;
|
||||
color: white
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
position: relative;
|
||||
float: right;
|
||||
|
|
|
|||
|
|
@ -71,10 +71,6 @@ a img {
|
|||
background: #bc4a46;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #bc4a46;
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
position: relative;
|
||||
float: right;
|
||||
|
|
|
|||
|
|
@ -13,11 +13,6 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
*::-moz-selection {
|
||||
background: #de5833;
|
||||
color: #eff7ff;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue