Irina Glushko 2389e7160b HW1 done | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
.. | ||
LICENSE-MIT.txt | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
css.escape.js | %!s(int64=3) %!d(string=hai) anos | |
package.json | %!s(int64=3) %!d(string=hai) anos |
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.
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');
Mathias Bynens |
This polyfill is available under the MIT license.