Skip to content

Instantly share code, notes, and snippets.

@joliveras
Created September 1, 2014 10:47
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 joliveras/8eb2a91fdb69e55a1960 to your computer and use it in GitHub Desktop.
Save joliveras/8eb2a91fdb69e55a1960 to your computer and use it in GitHub Desktop.
Quotes on blockquote
blockquote {
quotes: "\201C""\201D""\2018""\2019";
&:before {
content: open-quote;
}
&:after {
content: close-quote;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment