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
importFrom and exportTo have been removed from this plugin.
a new plugin needs to be created to replace it.
this new plugin would only do importFrom / exportTo
Although we have the design tokens plugin it is not a drop in replacement and has a much smaller scope. Providing a drop in replacement will cause less issues for users.
The text was updated successfully, but these errors were encountered:
I am considering not creating/shipping a drop in replacement.
Main reason not to, would be to save us some bandwidth.
I don't really want to poor time and effort into these as I personally view it as a dead end.
users can pin the current version of the plugin and keep using that for the next couple of years
users can temporarily switch to non-dynamic imports/exports of this data
users can migrate to a successor plugin
users can ask for new features in one of the successor plugins
anyone is free to take the old plugins and continue maintaining them.
see : #527
importFrom
andexportTo
have been removed from this plugin.importFrom
/exportTo
Although we have the design tokens plugin it is not a drop in replacement and has a much smaller scope. Providing a drop in replacement will cause less issues for users.
The text was updated successfully, but these errors were encountered: