I'm trying to get postcss working, but it seems the examples and docs aren't working for me.
Project to reproduce here: stx-labs/connect#346
yarn
npx lerna run build --scope @stacks/connect-ui
This builds the stencil component in the monorepo. Inspecting the file at packages/connect-ui/dist/cjs/connect-modal.cjs.entry.js shows the modalCss is NOT renamed. Anything I'm missing?
Also, removing tailwindHMR removes CSS completely -- not sure if that is intended 🤔
Thanks for the project, thanks for the help 🙏
I'm trying to get postcss working, but it seems the examples and docs aren't working for me.
Project to reproduce here: stx-labs/connect#346
This builds the stencil component in the monorepo. Inspecting the file at
packages/connect-ui/dist/cjs/connect-modal.cjs.entry.jsshows themodalCssis NOT renamed. Anything I'm missing?Thanks for the project, thanks for the help 🙏