Skip to content

Instantly share code, notes, and snippets.

View xDae's full-sized avatar
👻
wop!

Jose Miguel Bejarano xDae

👻
wop!
View GitHub Profile

#This is my personal synced Atom config

@xDae
xDae / SassMeister-input.scss
Created September 9, 2015 13:16
Generated by SassMeister.com.
// ----
// 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;
@xDae
xDae / SassMeister-input-HTML.html
Created September 9, 2015 12:47
Generated by SassMeister.com.
<div class="docssa--dark">
<span class="docssa__item">docssa__item</span>
<a href="#" class="docssa__link">docssa__item</a>
</div>
asoduasld
@xDae
xDae / SassMeister-input.scss
Last active August 29, 2015 14:23
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$spacing: (
margin: true,
padding: true,
)!default;
$namespace: false!default;
@xDae
xDae / SassMeister-input.scss
Created May 29, 2015 11:36
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
$content-blocks:
creviews-tab
map-tab
info-tab
rooms-tab
flights-tab;
@xDae
xDae / SassMeister-input.scss
Last active August 29, 2015 14:21
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
// ancho alto
$flash_types:
(900 140)
(1200 160);
$unit: px;
#!/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!