winston0410 / glory

The world fastest framework agonistic CSS-in-JS library. Available in any frontend framework you use, like React, Vue and Svelte.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add prefix support for `::placeholder`

winston0410 opened this issue · comments

::placeholder is not supported by inline-style-prefixer, as shown in this issue:

robinweser/inline-style-prefixer#104

We need to add support for it in prefixer().

Fixed this issue by this commit:
1d1c00c