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
Date: Sun, 23 Feb 2014 14:51:43 -0800 | |
From: Michael Kalmykov <Michael@kovcreation.com> | |
To: contact@hamptoncatlin.com | |
Sender: michael.kalmykov.88@gmail.com | |
Subject: SASS | |
Semantically awful style sheets | |
You sir, have made my life more difficult. Details spared, I have to learn | |
your stupid language and rack my brain in your filthy bird shatted 'nests'. |
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
%ul | |
%li One | |
%li Two | |
%li <a href="boo">Yo</a> | |
%li= link_to "boo", "Yo" | |
<li>a</li><li><a>b</a></li> |
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 (v2.0.0) | |
// ---- | |
/*! | |
*/ | |
a { | |
color: red; | |
} | |
@import url("x"); |
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
// ---- | |
// Sass (v3.4.4) | |
// Compass (v1.0.1) | |
// ---- | |
@charset "UTF-8"; | |
a { | |
color: red; | |
} |
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
// ---- | |
// Sass (v3.4.4) | |
// Compass (v1.0.1) | |
// ---- | |
/* | |
@each $header, $size in (h1: 2em, h2: 1.5em, h3: 1.2em) { | |
#{$header} { | |
font-size: $size; |
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
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// ---- | |
$modules: () !default; | |
@mixin exports($name) { | |
$module_index: index($modules, $name); | |
@if (($module_index == null) or ($module_index == false)) { | |
$modules: append($modules, $name); |
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
Have you read the "pickaxe" book? | |
Yes | |
No | |
Have you read the "agile" rails book? | |
Yes | |
No | |
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
shit_list = [ | |
"ancient port", | |
"United States", | |
"born in", | |
"city", | |
"genus", | |
"species", | |
"unit of", | |
"a republic", | |
"years ago", |
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
https://www.wordset.org/proposal/54efd83d3439380003860000 | |
https://www.wordset.org/proposal/54f8be0f3761330003604400 | |
https://www.wordset.org/proposal/54f8be403761330003484d00 | |
https://www.wordset.org/proposal/54f8be4237613300035e4e00 | |
https://www.wordset.org/proposal/54f8c4f931656100035f1600 | |
https://www.wordset.org/proposal/54f8c51b3165610003711b00 | |
https://www.wordset.org/proposal/54f8cf0f3766620003d41200 | |
https://www.wordset.org/proposal/54f8cf193766620003341500 | |
https://www.wordset.org/proposal/54f8cf6e3766620003a12000 | |
https://www.wordset.org/proposal/54e4da603038380003080000 |
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
https://www.wordset.org/proposal/54f8be0f3761330003604400 | |
https://www.wordset.org/proposal/54f8be403761330003484d00 | |
https://www.wordset.org/proposal/54f8be4237613300035e4e00 | |
https://www.wordset.org/proposal/54f8c4f931656100035f1600 | |
https://www.wordset.org/proposal/54f8c51b3165610003711b00 | |
https://www.wordset.org/proposal/54f8c54d3165610003d52500 |
OlderNewer