Source: node-postcss-advanced-variables
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,
 node-postcss,
 rollup,
Standards-Version: 4.7.4
Homepage: https://github.com/csstools/postcss-advanced-variables
Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-postcss-advanced-variables
Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-postcss-advanced-variables.git
Testsuite: autopkgtest-pkg-nodejs

Package: node-postcss-advanced-variables
Architecture: all
Multi-Arch: foreign
Depends:
 node-postcss,
 nodejs:any (>= ${nodejs:Version}),
 ${misc:Depends},
Provides:
 ${nodejs:Provides},
Description: PostCSS plugin for Sass-like variables and control rules
 PostCSS Advanced Variables is a plugin that adds Sass-like features to CSS
 processed with PostCSS.
 .
 It supports variables, conditionals, loops, mixins, includes, and inline
 imports. These features allow stylesheets to reuse values, generate repeated
 rules, and include conditional CSS while remaining part of a PostCSS-based
 build pipeline.
 .
 The plugin can be configured to provide global variables, control how
 unresolved variables and imports are handled, disable selected features, and
 customise how imported files are resolved.
