lint files

This commit is contained in:
jeffvli
2025-12-27 01:27:10 -08:00
parent 403ed8cae6
commit 0acb1f54fc
4 changed files with 6 additions and 6 deletions
@@ -58,14 +58,14 @@
height: 4px;
cursor: row-resize;
&:before {
&::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: var(--theme-colors-border);
content: '';
background: var(--theme-colors-border);
transition: opacity 0.2s ease;
}
}