Skip to content

Commit 6cbefcf

Browse files
committed
Update example comment to save my future-self time
1 parent 072277c commit 6cbefcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/css/core/utilities.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=================================================== */
33
/* Here we extend Tailwind's classes to add additional functionality where we're sure it won't break anything. */
44

5-
/* If all the next siblings are hidden (by a Vue conditional), remove the bottom border. For example, /cp/asset-containers/assets/edit, the Image Manipulation toggle. */
5+
/* If all the next siblings are hidden (by a Vue conditional), remove the bottom border. For example, /cp/seo-pro/site-defaults/edit#json-ld */
66
.divide-y > *:not(:has(~ :not([style*="display: none"]))) {
77
border-block-end: none;
88
}

0 commit comments

Comments
 (0)