mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
commit
ea51d94c16
3 changed files with 15 additions and 12 deletions
|
@ -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
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue