Last active
December 16, 2015 04:09
-
-
Save joseph-turner/5375000 to your computer and use it in GitHub Desktop.
[CSS Tricks](http://css-tricks.com/almanac/properties/q/quotes/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
q { | |
quotes: "“" "”" "‘" "’"; | |
&: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