argyleink / open-props

CSS custom properties to help accelerate adaptive and consistent design.

Home Page:https://open-props.style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add `hanging-punctuation`

jacobdalamb opened this issue · comments

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

blockquote {
  hanging-punctuation: first last;

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

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