Last Updated: February 25, 2016
·
503
· emarchak

Use the open/close-quote value for quotes

Instead of mucking around with entity encoding, the content declaration allows you to have the following values:

blockquote:before { content: open-quote }

blockquote:after { content: close-quote }

Which automagically places an opening or closing parenthesis within the content.

Niiiiice!