git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| { | |
| "remove-empty-rulesets": true, | |
| "always-semicolon": true, | |
| "color-case": "lower", | |
| "block-indent": " ", | |
| "color-shorthand": true, | |
| "element-case": "lower", | |
| "leading-zero": false, | |
| "sort-order-fallback": "abc", | |
| "space-before-colon": "", |
| #Pug | |
| https://devhints.io/pug | |
| https://codepen.io/mimoduo/post/pug-js-cheat-sheet |
Just migrated it from Codepen.io to markdown. Credit goes to David Conner.
| Working with DOM | Working with JS | Working With Functions |
|---|---|---|
| Accessing Dom Elements | Add/Remove Array Item | Add Default Arguments to Function |
| Grab Children/Parent Node(s) | Add/Remove Object Properties | Throttle/Debounce Functions |
| Create DOM Elements | Conditionals |
| <snippet> | |
| <content><![CDATA[ | |
| background-color: ${1:teal} ${2:!important};$3 | |
| ]]></content> | |
| <tabTrigger>_debug</tabTrigger> | |
| <scope>source.css, source.scss, source.sass</scope> | |
| </snippet> |