Skip to content

Instantly share code, notes, and snippets.

@hereswhatidid
Created November 27, 2019 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hereswhatidid/9454f9205d64e42b2d8725c3a556f037 to your computer and use it in GitHub Desktop.
Save hereswhatidid/9454f9205d64e42b2d8725c3a556f037 to your computer and use it in GitHub Desktop.
Wrap text with directional quotes, quotation, quote marks
.quotation {
&:before {
content: '\201C';
}
&:after {
content: '\201D';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment