Skip to content

Instantly share code, notes, and snippets.

@trub
trub / SassMeister-input.scss
Created April 8, 2014 20:11
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
$icons: (mail '\e600') (facebook '\e601') (twitter '\e602') (youtube '\e603') (linkedin '\e604');
%ico-font-base {
font-family: 'icomoon';
speak: none;
font-style: normal;
@trub
trub / SassMeister-input.scss
Created April 8, 2014 20:34
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
@import "bourbon/bourbon";
/*calculator*/
@mixin calc ($attr, $value, $tb-property: null, $percent: 100%, $operator: '-') {
@if $tb-property == 0 {
@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' {
@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 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.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 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: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 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 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;