Skip to content

Instantly share code, notes, and snippets.

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 Kevinlearynet/034ddeb718ad8c6da7a3c3c3068f069e to your computer and use it in GitHub Desktop.
Save Kevinlearynet/034ddeb718ad8c6da7a3c3c3068f069e to your computer and use it in GitHub Desktop.
<blockquot> auto-quotes
blockquote p {
...
&:before {
content: "\201C";
text-indent: -.65em;
display: inline-block;
}
&:after {
content: "\201D";
display: inline-block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment