You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: