oficiodesign / initial-css

MIT License
4 stars 1 forks source link

Check color of quotation marks #142

Open robsonsobral opened 5 months ago

robsonsobral commented 5 months ago

Is this really right?

q,
blockquote {
    font-style: italic;

    color: palette('quotes');
}