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,264,893latest

Version History

VersionDownloads (Last 7 Days)Published
7.0.12,264,893
7.0.0584,706
6.0.02,468,781
5.0.2591,170
5.0.1524
5.0.095
4.0.21,361,611
4.0.1712,975
4.0.09
3.0.198,631
3.0.011
2.0.11,552
2.0.074
1.0.76,458
1.0.66
1.0.55
1.0.427
1.0.35
1.0.25
1.0.17
1.0.05

Package Sidebar

Install

npm i postcss-safe-parser@1.0.2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ai