fix(turbopack): Call `.minify()` of lightningcss `StyleSheet` (#77313)
### What?
Call `minify()` of `StyleSheet`.
### Why?
We should call it regardless, as it's actually `transform()` with a bad name. See https://github.com/parcel-bundler/lightningcss/issues/935#issuecomment-2739325537
### How
- Closes https://github.com/vercel/next.js/issues/75526