Files
api/plugin/plugins
Eli Bosley 83107a743c feat: implement CSS class prefixing and exclusion logic for improved style management
- Introduced a new Vite plugin to prefix CSS classes, ensuring that styles from the webgui do not interfere with our components.
- Enhanced the CSS patching script to apply exclusion selectors, preventing style leakage from `.unapi` containers.
- Updated the Nuxt configuration to integrate the new postcssPrefixPlugin, allowing for better control over CSS class names.
- Modified the Vue app mounting logic to add the `.unapi` class for improved style isolation and backward compatibility with `.unraid-reset`.
2025-08-31 12:37:53 -04:00
..