Source: node-postcss-comment Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: javascript Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs-no-lerna, node-postcss , node-tap , Standards-Version: 4.7.4 Homepage: https://github.com/zoubin/postcss-comment Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-postcss-comment Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-postcss-comment.git Testsuite: autopkgtest-pkg-nodejs Package: node-postcss-comment Architecture: all Multi-Arch: foreign Depends: node-postcss, ${misc:Depends}, Description: PostCSS parser with support for inline comments This package is a parser for PostCSS that allows CSS-like input to use JavaScript-style inline comments. It converts // comments into standard CSS block comments before the input is processed by PostCSS. . It can be used explicitly as a PostCSS parser, or loaded through its require hook so that PostCSS processes files containing inline comments without changing each call site.