You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/css/core/utilities.css
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,8 @@
270
270
position: absolute;
271
271
inset:0;
272
272
height:var(--height);
273
-
border-image:conic-gradient(var(--line-color) 00) fill 0//**/0100vw;
273
+
/* Bust out of the container to create a full-width horizontal line, ref https://www.smashingmagazine.com/2024/01/css-border-image-property/#full-width-backgrounds */
274
+
border-image:conic-gradient(var(--line-color) 00) fill 0//0 100vw;
0 commit comments