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
The stray border-color goes away if I change that to be "color", but that isn't the right property for the job. If I put multiple properties alongside the border-color then just the border-color gets split out and the other properties remain inside the mixin.
I'm currently using rtl:ignore as a workaround since the styling is independent of direction, but someone else may have a different experience.
The text was updated successfully, but these errors were encountered:
I'm using some polymer components in my electron app. We have some CSS that looks like:
After applying postcss-rtl it's split into two different paper-input blocks and the mixin is removed
The stray
border-color
goes away if I change that to be "color", but that isn't the right property for the job. If I put multiple properties alongside theborder-color
then just theborder-color
gets split out and the other properties remain inside the mixin.I'm currently using rtl:ignore as a workaround since the styling is independent of direction, but someone else may have a different experience.
The text was updated successfully, but these errors were encountered: