astahmer / pandabox

a toolbox for Panda CSS
https://pandabox.vercel.app/
48 stars 3 forks source link

Ensure props are used in strict-tokens-scope.ts. #56

Closed k35o closed 4 months ago

k35o commented 4 months ago

Ensure props are used in strict-tokens-scope.ts.

The argument props of pluginStrictTokensScope was not restricted with strictToken because it was not used in the code. So I concat where it calculates the strictTokenProps.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pandabox-z5kx ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 7:39am
astahmer commented 4 months ago

nice catch, thank you ! 🙏