Skip to content

Commit 3257369

Browse files
committed
Fix css border-image compilation clash
1 parent 72048bc commit 3257369

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

resources/css/core/utilities.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,12 @@
263263
&::after {
264264
--height: 1px;
265265
--line-color: hsl(0deg 0% 95%);
266-
--border-slice: 0;
267266
content: '';
268267
pointer-events: none;
269268
position: absolute;
270269
inset: 0;
271270
height: var(--height);
272-
border-image: conic-gradient(var(--line-color) 0 0) fill var(--border-slice) / var(--border-slice) / 100vw;
271+
border-image: conic-gradient(var(--line-color) 0 0) fill 0/ /**/0 100vw;
273272
top: calc(50% - var(--height));
274273
}
275274
.dark &::after {

0 commit comments

Comments
 (0)