fix: format linear-gradient to single line for Biome
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5e92ae49a3
commit
0c0fcee7ae
1 changed files with 1 additions and 6 deletions
|
|
@ -463,12 +463,7 @@
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
transparent,
|
||||
hsl(var(--brutalist-accent) / 0.3),
|
||||
transparent
|
||||
);
|
||||
background: linear-gradient(90deg, transparent, hsl(var(--brutalist-accent) / 0.3), transparent);
|
||||
animation: scanline 30s linear infinite;
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue