We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72048bc commit 3257369Copy full SHA for 3257369
1 file changed
resources/css/core/utilities.css
@@ -263,13 +263,12 @@
263
&::after {
264
--height: 1px;
265
--line-color: hsl(0deg 0% 95%);
266
- --border-slice: 0;
267
content: '';
268
pointer-events: none;
269
position: absolute;
270
inset: 0;
271
height: var(--height);
272
- border-image: conic-gradient(var(--line-color) 0 0) fill var(--border-slice) / var(--border-slice) / 100vw;
+ border-image: conic-gradient(var(--line-color) 0 0) fill 0/ /**/0 100vw;
273
top: calc(50% - var(--height));
274
}
275
.dark &::after {
0 commit comments