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
| @import "compass"; | |
| @mixin visuallyhidden { | |
| position: absolute; | |
| width: 1px; | |
| height: 1px; | |
| margin: -1px; | |
| padding: 0; | |
| overflow: hidden; | |
| clip: rect(0 0 0 0); | |
| border: 0; |
| 1. Install Python. | |
| 2. Change default version of Python: | |
| Add to .bashprofile or whatever file PATH is defined (for me, in: .zshrc) in: | |
| alias python="python3" |
| // MARKUP EXAMPLE | |
| // For styleguide use only | |
| // <section class="colorbar-accent"> | |
| // <div class="colorbar-range-25"></div> | |
| // <div class="colorbar-range-50"></div> | |
| // <div class="colorbar-range-75"></div> | |
| // <div class="colorbar-range-100"></div> | |
| // </section> | |
| %colorbar-props { |