Open jacobdalamb opened 1 year ago
https://caniuse.com/?search=hanging-punctuation https://chriscoyier.net/2023/11/27/the-hanging-punctuation-property-in-css/ for blockquote and related elements
blockquote
nice! like adding this to normalize is what you're thinking?
blockquote { hanging-punctuation: first last; &::before { content: open-quote; } &::after { content: close-quote; } }
https://caniuse.com/?search=hanging-punctuation https://chriscoyier.net/2023/11/27/the-hanging-punctuation-property-in-css/ for
blockquote
and related elements