Source: node-postcss-rtlcss
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 14)
 , dh-sequence-nodejs
 , dh-sequence-single-binary
 , node-postcss
 , node-rollup-plugin-alias
 , node-rollup-plugin-dts
 , node-rollup-plugin-json
 , node-rollup-plugin-terser
 , node-rollup-plugin-typescript
 , node-rtlcss
 , node-tslib
 , node-typescript
 , rollup
Standards-Version: 4.7.4
Homepage: https://github.com/elchininet/postcss-rtlcss
Vcs-Git: https://salsa.debian.org/js-team/node-postcss-rtlcss.git
Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-rtlcss

Package: node-postcss-rtlcss
Architecture: all
Depends:
 nodejs:any
 , node-postcss
 , node-rtlcss
 , ${misc:Depends}
Description: PostCSS plugin to build CSS containing both LTR and RTL rules
 postcss-rtlcss is a PostCSS plugin that produces Cascading Style Sheets
 (CSS) containing both Left-To-Right (LTR) and Right-To-Left (RTL) rules
 from a single input, so that one stylesheet can serve both writing
 directions.
 .
 It is configurable through several modes (combined, override and diff) and
 an extensive set of options, and it understands the RTLCSS control
 directives, value directives and string maps.
 .
 Node.js is an event-based server-side JavaScript engine.
