Skip to content

Instantly share code, notes, and snippets.

@bbttxu
Created March 14, 2011 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbttxu/869721 to your computer and use it in GitHub Desktop.
Save bbttxu/869721 to your computer and use it in GitHub Desktop.
/* line 1, ../../app/stylesheets/foo.sass */
.rotate, #foo, #bar, #baz {
-moz-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-o-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
/* line 9, ../../app/stylesheets/foo.sass */
#foo {
font-size: 150%;
}
/* line 14, ../../app/stylesheets/foo.sass */
#bar {
background: silver;
}
/* line 19, ../../app/stylesheets/foo.sass */
#baz {
background: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment