Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created November 20, 2014 23:06
Show Gist options
  • Save iamcarrico/8bf4262ad02a6a52859a to your computer and use it in GitHub Desktop.
Save iamcarrico/8bf4262ad02a6a52859a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
a
b: unit(1s + 1ms)
c: unit(1deg + 1rad)
d: unit(1px + 1pt)
e: unit(1kHz + 1Hz)
f: unit(1dpi + 1dpcm)
a {
b: "s";
c: "deg";
d: "px";
e: "kHz";
f: "dpi";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment