solidjs / solid-styled-components

A 1kb Styled Components library for Solid
MIT License
280 stars 26 forks source link

Question: How to generate vendor prefixes for Solid styled-components? #46

Open aderchox opened 1 year ago

aderchox commented 1 year ago

In Styled-Components (React), vendor prefixes are generated automatically, but in solid-styled-components it seems not to be the case. So how should it be done? Maybe there's a way to use this with postcss/autoprefixer or Stylis? I see a prefixer of course (in the README.md file), which can take a function (or null), how is this prefixer supposed to be used? Is it for the same purpose or is intended for something else?

promethyttrium commented 1 month ago

Wow, over a year and nobody even bother to reply...