Skip to content

Instantly share code, notes, and snippets.

@thedanbob
Created June 5, 2025 11:27
Show Gist options
  • Save thedanbob/0aefa7966ab0414c417f78abaedc8845 to your computer and use it in GitHub Desktop.
Save thedanbob/0aefa7966ab0414c417f78abaedc8845 to your computer and use it in GitHub Desktop.
postcss-custom-properties bug repro
.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