Articles with the tag #css:
Escaping your CSS selectors in the easiest way possible
2021-02-25
When working a lot on dynamic Web Component apps I have often stumbled on cases where the element properties will be defined by the end-users. To prevent errors when selecting these elements they need to be properly escaped to work with any character. …read more