Merge pull request #2 from kayteh/fix/non-chrome

Fix/non chrome
This commit is contained in:
41666 2018-02-18 19:29:09 -06:00 committed by GitHub
commit ea51d94c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 12 deletions

View file

@ -1,4 +1,8 @@
module.exports = {
"extends": "standard",
"plugins": [ "react", "node", "promise", "import" ]
"extends": ["standard", "plugin:react/recommended"],
"plugins": [ "react", "node", "promise", "import" ],
"parser": "babel-eslint",
"parserOptions": {
"jsx": true
}
};

File diff suppressed because one or more lines are too long

View file

@ -55,6 +55,7 @@
height: 22px
margin-right: 6px
width: 22px
clip-path: border-box circle(50% at 50% 50%) // fix for firefox and other odd things.
box-sizing: border-box
/* display: inline-block */
background-color: transparent