maximkoretskiy / postcss-initial

PostCSS plugin to fallback initial keyword
MIT License
187 stars 11 forks source link

Include fallback for outline using currentColor for browsers that don't support invert #21

Closed colinkahn closed 1 week ago

colinkahn commented 7 years ago

screen shot 2017-01-12 at 1 09 08 pm screen shot 2017-01-12 at 1 07 49 pm

via: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color

Proposing to add outline: medium none currentColor; as a fallback.

romainmenke commented 11 months ago

No browser supports invert and invert itself is at risk of being removed from the specification.