#This is my personal synced Atom config
This file contains hidden or 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
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| $font-size-small: 12px; | |
| $font-size-large: 16px; | |
| $text-medium: 14px; | |
| $padding-base: 8px; | |
| $star-selected: yellow; | |
| $font-size-xsmall: 10px; |
This file contains hidden or 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
| <div class="docssa--dark"> | |
| <span class="docssa__item">docssa__item</span> | |
| <a href="#" class="docssa__link">docssa__item</a> | |
| </div> | |
| asoduasld |
This file contains hidden or 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
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| $spacing: ( | |
| margin: true, | |
| padding: true, | |
| )!default; | |
| $namespace: false!default; |
This file contains hidden or 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
| // ---- | |
| // libsass (v3.2.4) | |
| // ---- | |
| $content-blocks: | |
| creviews-tab | |
| map-tab | |
| info-tab | |
| rooms-tab | |
| flights-tab; |
This file contains hidden or 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
| // ---- | |
| // libsass (v3.2.4) | |
| // ---- | |
| // ancho alto | |
| $flash_types: | |
| (900 140) | |
| (1200 160); | |
| $unit: px; |
This file contains hidden or 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
| #!/bin/bash | |
| ## Author: Ken Goldfarb <hello@kengoldfarb.com> | |
| ## https://github.com/kengoldfarb | |
| ## | |
| ## This script will install Nginx+Pagespeed with PHP-FPM 5.5.x | |
| ## It's testsed working on a stock AWS Ubuntu 14.04 image | |
| ## | |
| ## BONUS: Oh-my-zsh installation included! |