Skip to content

Commit ed27a03

Browse files
committed
fix: using tailwind for all util classes
1 parent e4e8c38 commit ed27a03

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pages/diff/_diff.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,8 @@ export default {
181181
@apply relative;
182182
&::before {
183183
content: '';
184-
position: absolute;
185-
top: 0;
186-
bottom: 0;
187-
left: 0;
188184
width: calc(var(--max-line-number-characher) + 4px);
189-
@apply bg-gray-100;
185+
@apply bg-gray-100 left-0 top-0 bottom-0 absolute;
190186
}
191187
p {
192188
padding-left: calc(var(--max-line-number-characher) - 4px);

0 commit comments

Comments
 (0)