Replies: 1 comment
-
|
Try this: selector: '[class^="MixItUp"]'Be careful about the quotes :-) https://www.w3.org/TR/selectors-4/#attribute-substrings Have fun! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Recently, I found this project, and it could be exactly what I need for certain websites. One of the websites I want to subscribe to, dynamically generates the CSS selector for the container with the items (articles). The selector always starts with the string
MixItUpfollowed by a random number.How could a selector like that be used in the
itemssection of thefeeds.ymlfile?Beta Was this translation helpful? Give feedback.
All reactions