fuzetsu / zaftig

~2kB css in js: z`display flex` // .zjsdkk43-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automatic prefixing for pseudo selectors (and values)

fuzetsu opened this issue · comments

For example ::placeholder is not supported in Edge and causes a syntax error (flems).

Would be nice if we handled this automatically, and replaced with prefixed versions automatically like we do with css properties.

This might be the time to look into prefixing special css values as well.

Still need to look into vendor prefixing functions within values.