Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created September 10, 2019 07:46
Show Gist options
  • Save D4R4/036b700676eb071e2b06e56563a38af6 to your computer and use it in GitHub Desktop.
Save D4R4/036b700676eb071e2b06e56563a38af6 to your computer and use it in GitHub Desktop.
CSS Selector by attributes and wildcard values
/* match start and end */
.regular-text[id^="order_items_group_order_items_"][id$="_name"]
{
content: Kappa;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment