This file contains 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) | |
// ---- | |
// ### imports ### | |
@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,300,400italic,700,700italic); | |
// ### Vars ### |
This file contains 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) | |
// ---- | |
/* first test */ | |
$small: nothing; // fallback for images not uploaded | |
@mixin testSmall($s: null) { | |
@if ($s == nothing) { |
This file contains 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) | |
// ---- | |
/* first test */ | |
$small: nothing; // fallback for images not uploaded | |
@mixin testSmall($s: null) { | |
@if ($s == nothing) { |
This file contains 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) | |
// ---- | |
$small: nothing; | |
@mixin testSmall($s: null) { | |
@if ($s == nothing) { | |
display: none | |
} @else { |
This file contains 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.9) | |
// Compass (v1.0.1) | |
// ---- | |
$sbn-width: 1030px; | |
$verge-width: 1023px; | |
$polygon-width: 1060px; | |
$vox-width: 1060px; | |
$eater-width: 1060px; |
This file contains 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) | |
// ---- | |
//maybe this can be written better...not sure | |
$numbers: one, two, three, four, five, six, seve, eight, nine, ten, | |
eleven, twelve, thirteen, fourteen, fiftenn, sixteen, seventeen, | |
eighteen, nineteen, twenty; |
This file contains 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> | |
<style> | |
.social-col:before { | |
content: ""; | |
background: url("http://cdn2.sbnation.com/assets/4025755/storybadge_001.png"); | |
display: block; | |
position: relative; | |
z-index: 999; | |
width: 95px; | |
height: 145px; |