Skip to content

Instantly share code, notes, and snippets.

@trub
trub / SassMeister-input-HTML.html
Created April 10, 2014 00:21
Generated by SassMeister.com.
<!doctype html>
<head>
<title>BLOG</title></title>
</head>
<body>
<section>
<aside>
<figure>
<img src="http://placehold.it/350x150" alt="place" class="content-image">
<figcaption><a href="#">焨狨䛣姨谦 ズ㛥, 祧詞骧 チゆ 驌䣥儯ぴ堨</a></figcaption>
@trub
trub / SassMeister-input.scss
Created April 9, 2014 20:36
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// Stipe (v)
// ----
@import "stipe/manifest";
%uppercase {
text-decoration: uppercase;
@trub
trub / SassMeister-input.scss
Created April 9, 2014 20:36
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// Stipe (v)
// ----
@import "stipe/manifest";
h1 {
@include heading;
@trub
trub / SassMeister-input.scss
Created April 9, 2014 20:17
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
$var: bar;
%default-core-brick-ui {
foo: bar;
car: black;
@trub
trub / SassMeister-input.scss
Created April 8, 2014 22:36
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
@function em($target, $context: $default-font-size) {
$foo: $target / $context * 1em;
@return $foo;
}
@trub
trub / SassMeister-input.scss
Created April 8, 2014 22:17
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// Bourbon (v)
// ----
@import "bourbon/bourbon";
$columns: one two three;
$length: length($columns);
@trub
trub / SassMeister-input.scss
Created April 8, 2014 22:03
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
// common @each loop
/*-----------------------------------------*/
$icons: as bs cs;
@each $icon in $icons {
.icon-#{$icon} {
background-image: url(/images/icons/#{icon}.png);
@trub
trub / SassMeister-input.scss
Created April 8, 2014 21:43
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
@mixin spans($args) {
$columns: $args;
$col-val: length($columns);
@for $i from 1 through $col-val {
.span-#{nth($columns, $i)} {
@trub
trub / SassMeister-input-HTML.html
Created April 8, 2014 21:42
Generated by SassMeister.com.
<span class="inset-one">ello</span>
<span class="inset-two">arry</span>
<span class="inset-3">potter</span>
@trub
trub / SassMeister-input.scss
Created April 8, 2014 20:42
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
@mixin van($selector: '.seats') {
color: black;
windows: tinted;
license: texas;
@if $selector == '.seats' {