Jaco Joubert
Jaco Joubert
We have a consuming app that uses the `extension` setting to compartmentalize the css while we are doing a rewrite: ``` cssModules: { intermediateOutputPath: 'app/styles/_modules.scss', extension: 'module.scss', postcssOptions: { syntax:...
This fixes an issue where if the transition out initiates occurs before transition in is finished, the `didTransitionOut` hook is not called because the modifier is not marked as installed....
If this PR updates API docs, preview them by: - install [bun](https://bun.sh/docs/installation) (if needed) - install [volta](https://docs.volta.sh/guide/getting-started) and configure it for [pnpm](https://docs.volta.sh/advanced/pnpm) (if needed) - run `pnpm install` in the...