css.escape (1.5.1)
Published 2026-02-24 13:54:54 +00:00 by atheaadmin
Installation
registry=npm install css.escape@1.5.1"css.escape": "1.5.1"About this package
CSS.escape polyfill

A robust polyfill for the CSS.escape utility method as defined in CSSOM.
For a more powerful alternative, consider using cssesc, which automatically takes care of excessive whitespace, and has many options to customize the output.
Installation
In a browser:
<script src="css.escape.js"></script>
Via npm:
npm install css.escape
Then, in Node.js:
require('css.escape');
// On Windows and on Mac systems with default settings, case doesn’t matter,
// which allows you to do this instead:
require('CSS.escape');
Author
| Mathias Bynens |
License
This polyfill is available under the MIT license.
Dependencies
Development Dependencies
| ID | Version |
|---|---|
| coveralls | ^2.11.4 |
| istanbul | ^0.4.1 |
Keywords
string
unicode
identifier
css
cssom
polyfill