All Projects → mathiasbynens → Css.escape

mathiasbynens / Css.escape

Licence: mit
A robust polyfill for the CSS.escape utility method as defined in CSSOM.

Programming Languages

javascript
184084 projects - #8 most used programming language

CSS.escape polyfill Build status Code coverage status

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');

Author

twitter/mathias
Mathias Bynens

License

This polyfill is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].