This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ./src/pages -name 'index.js' -exec bash -c 'mv $0 ${0/index/index.page}' {} \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "74140554-a885-4f4c-b09e-ef4eb9462f06", | |
"goals": [ | |
"debt_solution" | |
], | |
"terms": 36, | |
"amount": 13144, | |
"provider": "fdr", | |
"categories": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert('I loaded'); | |
alert(window.document); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.slides__image { | |
object-fit: contain; | |
} | |
.single-option-selector { | |
text-transform: capitalize; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
margin: 80px 180px; | |
@media only screen and (max-width:767px){ | |
margin: 20px; | |
} | |
ol { | |
margin: 0; | |
padding: 0; | |
} | |
table td,table th { | |
padding: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
margin: 80px 180px; | |
@media only screen and (max-width:767px){ | |
margin: 20px; | |
} | |
ol { | |
margin: 0; | |
padding: 0; | |
} | |
table td,table th { | |
padding: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-05-13T20:02:39.427Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hello-world-react-component-library", | |
"version": "0.0.6", | |
"license": "MIT", | |
"description": "A Collection of Components for Telling the World Hello.", | |
"homepage": "https://unfoldingword-box3.github.io/hello-world-react-component-library/", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/unfoldingWord-box3/hello-world-react-component-library" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.dwolla-iav-text-box input { | |
font-size: 16px !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git reset --soft HEAD~1 | |
git log # make sure the last commit is reverted successfully as you expect. | |
$ git stash | |
$ git log # copy the last-commi-hash | |
$ git revert <last-commit-hash> | |
$ git push origin HEAD # note, no force push is needed |
NewerOlder