Skip to content

Instantly share code, notes, and snippets.

View demersdesigns's full-sized avatar

Paul Demers demersdesigns

View GitHub Profile
@demersdesigns
demersdesigns / SassMeister-input-HTML.html
Created October 19, 2014 15:46
Sass Basics Demo - SassMeister
<ul>
<li>Variables</li>
<li>Mixins</li>
<li>Nesting</li>
<li>Placeholder Selectors</li>
<li>Math</li>
</ul>
<div class="products products-buy">
<h1>Products to Buy</h1>
@demersdesigns
demersdesigns / A-Pen-by-Paul-Demers.markdown
Created February 10, 2014 13:09
A Pen by Paul Demers.
@demersdesigns
demersdesigns / SassMeister-input-HTML.html
Created February 4, 2014 16:28
Generated by SassMeister.com.
<div class="speech-bubble">
<h1 class="speech-bubble__header">This should be white</h1>
<p class="speech-bubble__bodyCopy">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. 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.</p>
</div>