postcss-safe-parser
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/postcss-safe-parser package

1.0.2 • Public • Published

PostCSS Safe Parser Build Status

A fault-tolerant CSS parser for PostCSS, which will find & fix syntax errors, capable of parsing any input. It is useful for:

  • Parse legacy code with many hacks. For example, it can parse all examples from Browserhacks.
  • Works with demo tools with live input like Autoprefixer demo.
Sponsored by Evil Martians

Usage

var safe   = require('postcss-safe-parser');
var badCss = 'a {';

postcss(plugins).process(badCss, { parser: safe }).then(function (result) {
    result.css //= 'a {}'
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.12,133,277latest

Version History

VersionDownloads (Last 7 Days)Published
7.0.12,133,277
7.0.0555,590
6.0.02,525,641
5.0.2408,202
5.0.1370
5.0.050
4.0.21,204,311
4.0.1336,207
4.0.01
3.0.168,027
3.0.00
2.0.1965
2.0.01
1.0.74,873
1.0.61
1.0.52
1.0.40
1.0.30
1.0.20
1.0.11
1.0.00

Package Sidebar

Install

npm i postcss-safe-parser@1.0.2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ai