Skip to content

Instantly share code, notes, and snippets.

View RyanRoberts's full-sized avatar
💭
I may be slow to respond.

Ryan RyanRoberts

💭
I may be slow to respond.
View GitHub Profile
@RyanRoberts
RyanRoberts / SassMeister-input-HTML.html
Created February 6, 2014 15:10
Generated by SassMeister.com.
<div class="header">
<h1 class="title title--primary">A website</h1>
<p class="subtitle">Aenean lacinia bibendum nulla sed.</p>
</div>
<div class="contentBody">
<div class="intro">
<h2 class="title">The content</h2>
<p>Aenean lacinia bibendum nulla sed consectetur. Nulla vitae elit libero, a pharetra augue. Sed posuere consectetur est at lobortis. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum.</p>
</div>
@RyanRoberts
RyanRoberts / SassMeister-input-HTML.html
Created February 3, 2014 15:38
Generated by SassMeister.com.
<p class="gradient-test">Donec ullamcorper nulla non metus auctor frinitemlla. Sed posuere consect etur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vestibulum id ligula porta felis euismod semper.</p>
@RyanRoberts
RyanRoberts / SassMeister-input-HTML.html
Created January 27, 2014 13:02
Generated by SassMeister.com.
<p class="gradient-test">Donec ullamcorper nulla non metus auctor frinitemlla. Sed posuere consect etur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vestibulum id ligula porta felis euismod semper.</p>
@RyanRoberts
RyanRoberts / SassMeister-input-HTML.html
Created January 21, 2014 17:18
Generated by SassMeister.com.
<div class="thing"></div>
<div class="thing thing--saturate"></div>
<div class="thing thing--scale-saturation"></div>
@RyanRoberts
RyanRoberts / SassMeister-input-HTML.html
Created January 20, 2014 16:19
Generated by SassMeister.com.
<h2>Video with fitVid class</h2>
<div class="fitVid">
<iframe width="560" height="315" src="//www.youtube.com/embed/kK0_OVn_uxA" frameborder="0" allowfullscreen></iframe>
</div>
<h2>Video with without the class</h2>
<iframe width="560" height="315" src="//www.youtube.com/embed/kK0_OVn_uxA" frameborder="0" allowfullscreen></iframe>
@RyanRoberts
RyanRoberts / SassMeister-input.scss
Created January 7, 2014 12:06 — forked from lunelson/SassMeister-input.scss
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
/*
A slightly more automated approach to BEM modifier classes:
using '&' parent selector interpolation, modifiers extend their bases,
so that HTML markup requires only the modifier class not the base *and* modifier
*/
@RyanRoberts
RyanRoberts / tada.css
Created September 10, 2013 09:32
Tada
@-moz-keyframes tada {
0% {-moz-transform: scale(1);}
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
0% {-o-transform: scale(1);}
@RyanRoberts
RyanRoberts / decouple-html-from-your-css
Created August 21, 2013 15:34
Decouple HTML from your CSS
# Decouple HTML from your CSS
@RyanRoberts
RyanRoberts / Test
Created June 30, 2013 19:06
This is a test Gist
# This is just a test
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
## A heading
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
{exp:channel:entries channel="articles"}
{if count == 1}<div class="articles">
<h1>Recent Articles</h1>
{/if}
<article>
<h1>{title}</h1>
{body}
</article>
{if count == total_results}</div>{/if}
{/exp:channel:entries}