My Vite React TypeScript application features JSX components, module.scss, and global CSS files. Although when I build it in Library Mode, I end up with separate .js, .d.ts, and .css files. However, once I install it in another application, the styling does not take effect.
While the package functions correctly, the styling is not being applied as expected.