Skip to content

Instantly share code, notes, and snippets.

View teodragovic's full-sized avatar

Teo Dragovic teodragovic

View GitHub Profile
@teodragovic
teodragovic / SassMeister-input.scss
Created March 13, 2015 09:24
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
/*! ========================================================================
QUANTITY QUERIES FOR SASS
-------------------------
Author: Indrek Paas <@indrekpaas>
@teodragovic
teodragovic / SassMeister-input.scss
Created February 27, 2015 09:05
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// Susy (v2.2.2)
// ----
@import "susy";
$susy: (
gutter-position: inside-static,
@teodragovic
teodragovic / SassMeister-input.scss
Created February 27, 2015 08:51
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// Susy (v2.2.2)
// ----
@import "susy";
$susy: (
flow: ltr, // ltr | rtl
@teodragovic
teodragovic / SassMeister-input.scss
Created February 13, 2015 12:03
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
@mixin test-origin() {
z-index: 1;
}
@teodragovic
teodragovic / SassMeister-input.scss
Created November 22, 2014 14:03
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
@mixin size ($width, $height: $width) {
width: $width;
height: $height;
}
@teodragovic
teodragovic / SassMeister-input.scss
Created November 22, 2014 14:03
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
@mixin size ($width, $height: $width) {
width: $width;
height: $height;
}
// relies on Date.now() which has been supported everywhere modern for years.
// as Safari 6 doesn't have support for NavigationTiming, we use a Date.now() timestamp for relative values
// if you want values similar to what you'd get with real perf.now, place this towards the head of the page
// but in reality, you're just getting the delta between now() calls, so it's not terribly important where it's placed
(function(){
// prepare base perf object
@teodragovic
teodragovic / SassMeister-input-HTML.html
Created September 15, 2014 11:12
Generated by SassMeister.com.
<div class="test">dasglgbksjb</div>
@teodragovic
teodragovic / SassMeister-input-HTML.html
Created August 28, 2014 09:11
Generated by SassMeister.com.
<div class="test">dasglgbksjb</div>
@teodragovic
teodragovic / SassMeister-input.scss
Created July 8, 2014 09:41
Generated by SassMeister.com.
// ----
// Sass (v3.3.9)
// Compass (v1.0.0.alpha.20)
// ----
// bourbon funkcija
@function em($pxval, $base: $em-base) {
@if not unitless($pxval) {
$pxval: strip-units($pxval);