Blast Z
Blast Z
> Can you add tests for this, please? I'm not sure which sorts of things this fixes. The default formatters will replace `%o` and `%O`, so when arguments go to...
Don't worry, I think It's fully compatible with previous usages(except use `global.bytenode` directly).
Maybe helpful, In monorepo(I used nx), you should add specific tailwind config path for postcss config postcss.config.js ``` module.exports = { plugins: { tailwindcss: { config: 'apps/[app-name]/[your-path]/tailwind.config.js', }, autoprefixer: {},...