Created
September 10, 2019 07:46
-
-
Save D4R4/036b700676eb071e2b06e56563a38af6 to your computer and use it in GitHub Desktop.
CSS Selector by attributes and wildcard values
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
/* 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