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
I noticed that float: inline-start and float: inline-end are not supported by the package. And of the browsers, they are currently only supported by Firefox:
I haven't written any postcss plugins before, but if the maintainers are ok with it, I can try to create a pull request for the feature. Does that make sense?
The text was updated successfully, but these errors were encountered:
Thanks for the super useful plugin!
I noticed that
float: inline-start
andfloat: inline-end
are not supported by the package. And of the browsers, they are currently only supported by Firefox:https://developer.mozilla.org/en-US/docs/Web/CSS/float
I'm guessing that support would look like the following:
Then translates to:
I haven't written any postcss plugins before, but if the maintainers are ok with it, I can try to create a pull request for the feature. Does that make sense?
The text was updated successfully, but these errors were encountered: