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
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
Yes, it seems like the issue would be with https://github.com/jonathantneal/postcss-double-position-gradients and I could use some help debugging it from there. One thing that might help me and others debug this is a minimal, isolated reproduction of the issue in a repository.
For an Instagram button I use:
background: radial-gradient(farthest-corner at 40px 70px, #FEE081 0%, #F87825 24%, #DB2B75 49%, #A32B98 66%, #4B62D6 100%);
After building:
background: radial-gradient(farthest-corner at 40px,at 70px,#fee081 0,#f87825 24%,#db2b75 49%,#a32b98 66%,#4b62d6 100%)
Changes:
at 40px 70px
-->at 40px,at 70px
And browser does not get it:
Config
postcss-preset-env@6.6.0
Here is my
.postcssrc.yml
.I can disable gradient feature. With the following config this line does not affected then it works correctly.
Is it a double-position-gradients plugin troubles?
The text was updated successfully, but these errors were encountered: