Skip to content

Instantly share code, notes, and snippets.

@craigmdennis
Created November 4, 2015 13:02
Show Gist options
  • Save craigmdennis/149cb5b7fcd5d6c19056 to your computer and use it in GitHub Desktop.
Save craigmdennis/149cb5b7fcd5d6c19056 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$tablet: 'min-width 48em';
$upto-desktop: max-width 61.9375em;
.some-class {
length: length( $tablet );
length: length( $upto-desktop );
unquotedLength: length( unquote( $tablet ) );
unquotedLength: length( unquote( $upto-desktop ) );
}
.some-class {
length: 1;
length: 2;
unquotedLength: 1;
unquotedLength: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment