cssesc
cssesc copied to clipboard
Feature Request: shouldEscape/isEscaped
Can this library provide a shouldEscape / isEscaped function for cases that you get an Identifier from user input and want to know if it should be escaped? This is needed because if you blindly escape everything you can end up with double escaping.