Skip to content

Instantly share code, notes, and snippets.

@maddesigns
maddesigns / SassMeister-input-HTML.haml
Created June 26, 2015 07:34
Generated by SassMeister.com.
- (1...13).each do |i|
.column= i
@maddesigns
maddesigns / sessions
Created June 17, 2015 10:15
T3CS sessions CSS
.sessions .sessions-title
{
font-size:1rem;
font-weight:600;
line-height:1.2;
-webkit-hyphens:none;
-moz-hyphens:none;
-ms-hyphens:none;
hyphens:none
}
@maddesigns
maddesigns / SassMeister-input-HTML.haml
Created May 26, 2015 12:51
Generated by SassMeister.com.
- (1...13).each do |i|
.column= i
@maddesigns
maddesigns / SassMeister-input-HTML.html
Created April 29, 2015 07:18
Generated by SassMeister.com.
<div class="demo"></div>
@maddesigns
maddesigns / SassMeister-input-HTML.html
Created April 15, 2015 12:10
Generated by SassMeister.com.
<p><span class="c-title-bubble" data-title="Hey, a tooltip!">You should hover me</span></p>
<p><span class="c-title-bubble c-title-bubble--n" data-title="Hey, a tooltip!">You should hover me, too</span></p>
<p><span class="c-title-bubble c-title-bubble--w" data-title="Hey, a tooltip!">And me, whatever</span></p>
<p><span class="c-title-bubble c-title-bubble--e" data-title="Hey, a tooltip!">Lol ok one more</span></p>
@maddesigns
maddesigns / gist:891832689605c192cb29
Last active August 29, 2015 14:17
Foundation 5 grid width pull and push in CSS
old:
<div class="small-text-center medium-text-right large-text-right small-12 medium-4 medium-push-8 large-3 large-push-5 columns"> … </div>
new:
<div class="footer-nav"> … </div>
.footer-nav {
@include grid-column(12);
text-align: center;
@maddesigns
maddesigns / SassMeister-input.scss
Created February 24, 2015 08:51
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$large-mq: false;
@mixin bp-large($width) {
// If we're outputting for a fixed media query set...
@if $large-mq {
## FILL ##
fill Sets fill color of the shape.
fill-opacity Sets fill opacity of the shape.
fill-rule Sets fill rule of the shape.
** example **
fill: #ccc;
fill: rgba(0,0,0,.5);
fill: red;
@maddesigns
maddesigns / SassMeister-input-HTML.html
Created September 15, 2014 12:23
Generated by SassMeister.com.
<ul class="colors-light">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
@maddesigns
maddesigns / SassMeister-input-HTML.haml
Created August 31, 2014 15:02
Generated by SassMeister.com.
- (1...13).each do |i|
.column= i