Commit 6b82ecc
fix: remove empty :global selector that breaks Lightning CSS
Moved the sr-only comment from above the selector to inside it to prevent
Sass from generating an empty `:global {}` block in the CSS modules output.
This fixes build failures when using Rolldown Vite with Lightning CSS
minification, which throws "SyntaxError: Invalid empty selector".
Fixes #5989
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent be38873 commit 6b82ecc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments