Skip to content

Instantly share code, notes, and snippets.

@maylogger
Created May 29, 2014 18:26
Show Gist options
  • Save maylogger/c4d64503bbbca64ccc5c to your computer and use it in GitHub Desktop.
Save maylogger/c4d64503bbbca64ccc5c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="💩">Shit</div>
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
@import "compass";
.💩 {
margin-top: 1em;
text-align: center;
font: italic 60px/1 futura, sans-serif;
&:before {
content: "💩";
font-size: 1.2em;
}
}
@charset "UTF-8";
.💩 {
margin-top: 1em;
text-align: center;
font: italic 60px/1 futura, sans-serif;
}
.💩:before {
content: "💩";
font-size: 1.2em;
}
<div class="💩">Shit</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment