Created
June 5, 2025 11:27
-
-
Save thedanbob/0aefa7966ab0414c417f78abaedc8845 to your computer and use it in GitHub Desktop.
postcss-custom-properties bug repro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.breadcrumb-item + .breadcrumb-item::before { | |
content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment