|
|
6 месяцев назад | |
|---|---|---|
| .. | ||
| LICENSE-MIT.txt | 6 месяцев назад | |
| README.md | 6 месяцев назад | |
| css.escape.js | 6 месяцев назад | |
| package.json | 6 месяцев назад | |
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.