Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hanging-punctuation #442

Open
jacobdalamb opened this issue Nov 30, 2023 · 1 comment
Open

add hanging-punctuation #442

jacobdalamb opened this issue Nov 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jacobdalamb
Copy link
Contributor

jacobdalamb commented Nov 30, 2023

https://caniuse.com/?search=hanging-punctuation
https://chriscoyier.net/2023/11/27/the-hanging-punctuation-property-in-css/
for blockquote and related elements

@argyleink
Copy link
Owner

nice! like adding this to normalize is what you're thinking?

blockquote {
  hanging-punctuation: first last;

  &::before {
    content: open-quote;
  }

  &::after {
    content: close-quote;
  }
}

@argyleink argyleink added the enhancement New feature or request label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants