Format tidbits

main
Isaiah Odhner 2024-01-28 22:49:28 -05:00
parent a09f1d971c
commit ee60aedf1c
6 changed files with 17 additions and 10 deletions

2
.github/FUNDING.yml vendored
View File

@ -1 +1 @@
custom: ['https://www.paypal.me/IsaiahOdhner']
custom: ["https://www.paypal.me/IsaiahOdhner"]

View File

@ -2,4 +2,4 @@
"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}
}

View File

@ -4,4 +4,5 @@
//
// https://on.cypress.io/configuration
import './commands'
import './commands';

View File

@ -2,5 +2,7 @@
"compilerOptions": {
"target": "es6"
},
"include": ["src/**/*"]
}
"include": [
"src/**/*"
]
}

View File

@ -2,7 +2,11 @@
"name": "JS Paint",
"short_name": "Paint",
"description": "An MS Paint remake.",
"categories": ["photo", "utilities", "entertainment"],
"categories": [
"photo",
"utilities",
"entertainment"
],
"display": "standalone",
"start_url": ".",
"lang": "en-US",
@ -62,4 +66,4 @@
"type": "image/png"
}
]
}
}

View File

@ -4,8 +4,8 @@ button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
border-style: none;
padding: 0;
}
/* Restore the focus styles unset by the previous rule.*/
@ -13,5 +13,5 @@ button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
outline: 1px dotted ButtonText;
}