Hello,
This pull request introduces a functionality to create copies of props coming from plugin options using the rest and spread operators instead of JSON stringify and parse. This is because postcss-jit-props targets node version >= 10, which supports it. Thank you!
Hello, This pull request introduces a functionality to create copies of props coming from plugin options using the rest and spread operators instead of JSON stringify and parse. This is because postcss-jit-props targets node version >= 10, which supports it. Thank you!