Skip to content

Instantly share code, notes, and snippets.

@amielucha
Last active September 11, 2015 10:17
Show Gist options
  • Save amielucha/81323a44c946010e3929 to your computer and use it in GitHub Desktop.
Save amielucha/81323a44c946010e3929 to your computer and use it in GitHub Desktop.
Blockquote - add quotes
.blockquote {
p {
&:before {
content: '\201C'; // “
}
&:after {
content: '\201D'; // ”
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment