I hereby claim:
- I am iamcarrico on github.
- I am iamcarrico (https://keybase.io/iamcarrico) on keybase.
- I have a public key whose fingerprint is 2A6B 165E 6EA1 A649 28F6 D46F 2D7B E1FB 29C8 6194
To claim this, I am signing this object:
addresses.csv | |
export.csv |
<div class="bio" data-eq-state="medium" data-eq-pts="medium: 412, large: 688"> | |
<img src="path/to/my/face.jpg" alt="white male web developer"> | |
<h2>Chris Ruppel</h2> | |
<p>a frontend developer who makes websites load fast and shrink on your phone.</p> | |
</div> |
I hereby claim:
To claim this, I am signing this object:
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
.story-box { | |
&__header { | |
font-weight: 500; | |
} | |
&:hover &__header { |
<div class="button">Apples</div> | |
<div class="button-green">Bananas</div> |
function countCSSRules() { | |
var results = '', | |
log = ''; | |
if (!document.styleSheets) { | |
return; | |
} | |
for (var i = 0; i < document.styleSheets.length; i++) { | |
countSheet(document.styleSheets[i]); | |
} | |
function countSheet(sheet) { |
<div class="button">Apples</div> | |
<div class="button-green">Bananas</div> |
<div class="button">Apples</div> | |
<div class="button-green">Bananas</div> |
<div class="tester"> | |
<p class="tester"> | |
Hello | |
</p> | |
</div> |
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
$theColor : gray; | |
$theFadedColor : lighten($theColor, 5%); | |
$theTintedColor: tint($theColor, 5%); |