Seeking an external tool to generate JavaScript strings from a css file.
The css content must be properly escaped and potentially compressed into a JavaScript string.
I wish to provide my library as a single file, the JavaScript file, which may not be achievable with typical web assets packaging tools.
Any suggestions? Thank you.