carbon-design-system / stylelint-plugin-carbon-tokens

Apache License 2.0
9 stars 3 forks source link

Does not work with PnP module managers e.g. YarnPnP #128

Closed lee-chase closed 1 month ago

lee-chase commented 2 months ago

This is because V1, 2 and 3 all use node_modules at run time to determine both the version in use and parse tokens.

Carbon packages are currently peer dependencies allowing v10 or 11.

NOTE: There is also functionality to allow a Carbon path to be specified (which would need to be removed).

lee-chase commented 1 month ago

Resolved by #131