Source: node-rollup-plugin-postcss
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: javascript
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs-no-lerna,
 jest <!nocheck>,
 node-autoprefixer <!nocheck>,
 node-babel7,
 node-chalk,
 node-concat-with-sourcemaps,
 node-fs-extra <!nocheck>,
 node-less <!nocheck>,
 node-node-sass <!nocheck>,
 node-pify,
 node-postcss,
 node-postcss-load-config,
 node-postcss-modules,
 node-resolve,
 node-rollup-pluginutils,
 node-stylus <!nocheck>,
 node-sugarss <!nocheck>,
 rollup <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/egoist/rollup-plugin-postcss
Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-rollup-plugin-postcss
Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-rollup-plugin-postcss.git
Testsuite: autopkgtest-pkg-nodejs

Package: node-rollup-plugin-postcss
Architecture: all
Multi-Arch: foreign
Depends:
 node-chalk,
 node-concat-with-sourcemaps,
 node-pify,
 node-postcss,
 node-postcss-load-config,
 node-postcss-modules,
 node-resolve,
 node-rollup-pluginutils,
 ${misc:Depends},
Description: Rollup plugin to process imported CSS with PostCSS
 This Rollup plugin allows JavaScript modules to import CSS and other
 stylesheet files, process them with PostCSS, and include the resulting styles
 in the generated bundle.
 .
 It can inject CSS into the document at run time, extract CSS to a separate
 file, load local PostCSS configuration, generate source maps, and minimise
 output. It also supports CSS modules, named exports, CSS-in-JS parsing, and
 custom PostCSS parsers, syntaxes, and stringifiers.
 .
 Built-in loaders allow Sass, Stylus, and Less files to be used in Rollup
 projects, and custom loaders can be supplied for other stylesheet formats.
