solid-styled-components
solid-styled-components copied to clipboard
Question: How to generate vendor prefixes for Solid styled-components?
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?
Wow, over a year and nobody even bother to reply...