You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| LICENSE-MIT.txt | 3 years ago | |
| README.md | 3 years ago | |
| css.escape.js | 3 years ago | |
| package.json | 3 years ago | |
README.md
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.