$ brew update
$ brew install pyenv
| # Xcode | |
| # | |
| # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | |
| ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) | |
| build/ | |
| DerivedData/ | |
| *.moved-aside | |
| *.pbxuser | |
| !default.pbxuser |
| icons = { | |
| 'alert': u'\uf02d', | |
| 'alignment-align': u'\uf08a', | |
| 'alignment-aligned-to': u'\uf08e', | |
| 'alignment-unalign': u'\uf08b', | |
| 'arrow-down': u'\uf03f', | |
| 'arrow-left': u'\uf040', | |
| 'arrow-right': u'\uf03e', | |
| 'arrow-small-down': u'\uf0a0', | |
| 'arrow-small-left': u'\uf0a1', |
| <script> | |
| import { Button, ModalCard } from 'svelma' | |
| let active = false | |
| </script> | |
| <Button class="block" on:click={() => active = !active}>Toggle</Button> | |
| <ModalCard bind:active={active} title="My Modal Title"> | |
| <p class="image is-4by3"> | |
| <img alt="Test image" src="https://via.placeholder.com/1280x920"/> |
| node_modules | |
| *.swp |